Browse Source

Merge remote-tracking branch 'origin/pr/1198'

* origin/pr/1198:
  Fix rendering issue on firefox when zoomed (fixes #1197)
Jakob Borg 11 năm trước cách đây
mục cha
commit
1b6c700e18
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
 }