mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-21 13:31:54 +00:00
Make Draftail toolbar collapse to its buttons width
This commit is contained in:
parent
3fbc55dbf8
commit
c3a4bf4758
1 changed files with 4 additions and 0 deletions
|
|
@ -71,3 +71,7 @@ $draftail-editor-font-family: $font-serif;
|
|||
font-size: 1.1em;
|
||||
}
|
||||
}
|
||||
|
||||
.Draftail-Toolbar {
|
||||
display: inline-block;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue