mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
set min-height of remix credit to max-content
This commit is contained in:
parent
308af1eeda
commit
4f7791032c
1 changed files with 5 additions and 0 deletions
|
@ -425,6 +425,11 @@ $stage-width: 480px;
|
|||
flex-wrap: nowrap;
|
||||
align-items: center;
|
||||
justify-content: flex-start;
|
||||
/*
|
||||
Necessary to force Mac Safari to apply padding to the height of the
|
||||
child elements. See https://stackoverflow.com/a/52273082/2308190
|
||||
*/
|
||||
min-height: max-content;
|
||||
|
||||
@media #{$medium-and-smaller} {
|
||||
flex-direction: row;
|
||||
|
|
Loading…
Reference in a new issue