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:
Blake Winton 2015-04-07 16:35:53 -04:00
parent d6969a83b1
commit aa57c432bc

View File

@ -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;