Add min-height: 0 to description block to fix notes layout on Firefox

This commit is contained in:
Connor Hudson 2018-06-25 16:41:39 -04:00
parent 1fc9ed43a9
commit 5ab0aa50ad

View file

@ -220,6 +220,7 @@ $stage-height: 404px;
.description-block {
display: flex;
width: 100%;
min-height: 0;
flex-direction: column;
align-items: flex-start;
flex: 1;