Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 374309a

Browse files
committed
fix(templates): description displayed on separate lines
1 parent dcccb5a commit 374309a

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

apps/client/src/stylesheets/style.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,16 +1280,19 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
12801280
padding: 0.5em 1em !important;
12811281
}
12821282

1283-
.ck.ck-slash-command-button__text-part {
1283+
.ck.ck-slash-command-button__text-part,
1284+
.ck.ck-template-form__text-part {
12841285
margin-left: 0.5em;
12851286
line-height: 1.2em !important;
12861287
}
12871288

1288-
.ck.ck-slash-command-button__text-part > span {
1289+
.ck.ck-slash-command-button__text-part > span,
1290+
.ck.ck-template-form__text-part > span {
12891291
line-height: inherit !important;
12901292
}
12911293

1292-
.ck.ck-slash-command-button__text-part .ck.ck-slash-command-button__description {
1294+
.ck.ck-slash-command-button__text-part .ck.ck-slash-command-button__description,
1295+
.ck.ck-template-form__text-part .ck-template-form__description {
12931296
display: block;
12941297
opacity: 0.8;
12951298
}

0 commit comments

Comments
 (0)