Explorar o código

Fix rendering issue on firefox when zoomed (fixes #1197)

issue #1197
Tim Abell %!s(int64=11) %!d(string=hai) anos
pai
achega
6304bd60ee
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      gui/assets/css/overrides.css

+ 4 - 0
gui/assets/css/overrides.css

@@ -54,6 +54,10 @@ identicon {
     margin-top: 0px;
 }
 
+.checkbox input[type="checkbox"], .radio input[type="radio"] {
+    float: none; /* issue #1197 */
+}
+
 .popover {
     max-width: none;
 }