mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Add min-height: 0 to description block to fix notes layout on Firefox
This commit is contained in:
parent
1fc9ed43a9
commit
5ab0aa50ad
1 changed files with 1 additions and 0 deletions
|
@ -220,6 +220,7 @@ $stage-height: 404px;
|
||||||
.description-block {
|
.description-block {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
min-height: 0;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
Loading…
Reference in a new issue