Skip to content

Commit 5e4bc3b

Browse files
committed
style(editor): keep the formatting toolbar on one row
1 parent 76ea4db commit 5e4bc3b

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

resources/css/editor-extras.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,3 +216,12 @@
216216
width: auto;
217217
margin-right: 8px;
218218
}
219+
220+
/* The original laid its format buttons out with inline styles inside the
221+
toolbar; the class itself only carries a margin, so the row lives here. */
222+
.minimessage-toolbar {
223+
display: flex;
224+
flex-wrap: wrap;
225+
gap: 4px;
226+
align-items: center;
227+
}

0 commit comments

Comments
 (0)