|
|
|
|
@ -1274,6 +1274,26 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
|
|
|
|
|
white-space: normal !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Slash commands */
|
|
|
|
|
|
|
|
|
|
.ck.ck-slash-command-button {
|
|
|
|
|
padding: 0.5em 1em !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ck.ck-slash-command-button__text-part {
|
|
|
|
|
margin-left: 0.5em;
|
|
|
|
|
line-height: 1.2em !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ck.ck-slash-command-button__text-part > span {
|
|
|
|
|
line-height: inherit !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ck.ck-slash-command-button__text-part .ck.ck-slash-command-button__description {
|
|
|
|
|
display: block;
|
|
|
|
|
opacity: 0.8;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.area-expander {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
|