mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1149136 - specify a min-width and min-height to avoid flex making things too small. ui-r=mmaslaney, r=florian
This commit is contained in:
parent
d6969a83b1
commit
aa57c432bc
@ -97,6 +97,8 @@ body {
|
||||
padding: 0;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
background-size: contain;
|
||||
background-color: transparent;
|
||||
border-width: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user