Merge remote-tracking branch 'origin/pr/1198'
* origin/pr/1198: Fix rendering issue on firefox when zoomed (fixes #1197)
This commit is contained in:
commit
1b6c700e18
@ -54,6 +54,10 @@ identicon {
|
|||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.checkbox input[type="checkbox"], .radio input[type="radio"] {
|
||||||
|
float: none; /* issue #1197 */
|
||||||
|
}
|
||||||
|
|
||||||
.popover {
|
.popover {
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user