Fix a 1px offset for the userlist in Firefox/Windows
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user