Fix a 1px offset for the userlist in Firefox/Windows

This commit is contained in:
yflory
2018-01-11 16:09:29 +01:00
parent bd9c44dbb2
commit c460e2820e
2 changed files with 2 additions and 2 deletions

View File

@@ -16,8 +16,9 @@
display: flex;
}
#cke_1_toolbox {
display: inline-block;
display: inline-flex;
width: 100%;
flex-flow: column;
background-color: @colortheme_pad-toolbar-bg;
}
#cke_1_toolbox .cke_toolbar {