Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
commit
cf83cab596
|
@ -414,6 +414,8 @@
|
|||
margin-bottom: -1px;
|
||||
.cryptpad-dropdown-users {
|
||||
pre {
|
||||
/* needed for ckeditor */
|
||||
white-space: pre;
|
||||
margin: 5px 0px;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -489,6 +489,8 @@
|
|||
margin-bottom: -1px;
|
||||
}
|
||||
.cryptpad-toolbar-leftside .cryptpad-dropdown-users pre {
|
||||
/* needed for ckeditor */
|
||||
white-space: pre;
|
||||
margin: 5px 0px;
|
||||
}
|
||||
.cryptpad-toolbar-leftside button {
|
||||
|
|
Loading…
Reference in New Issue