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

pull/1/head
yflory 2018-01-11 16:09:29 +01:00
parent bd9c44dbb2
commit c460e2820e
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,6 @@
}
.cke_toolbox_main {
display: inline-block;
margin-bottom: -3px;
}
#cke_1_contents {
flex: 1;

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 {