mirror of
https://github.com/octoleo/syncthing.git
synced 2025-02-02 11:58:28 +00:00
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;
|
||||
}
|
||||
|
||||
.checkbox input[type="checkbox"], .radio input[type="radio"] {
|
||||
float: none; /* issue #1197 */
|
||||
}
|
||||
|
||||
.popover {
|
||||
max-width: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user