mirror of https://github.com/penpot/penpot.git
🐛 Fix editor when several colors are in a single word
This commit is contained in:
parent
cbac4587cf
commit
8e71d219ca
|
|
@ -21,6 +21,10 @@
|
|||
flex-direction: column;
|
||||
}
|
||||
|
||||
.public-DraftStyleDefault-block {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
&.align-top {
|
||||
.DraftEditor-root {
|
||||
justify-content: flex-start;
|
||||
|
|
|
|||
Loading…
Reference in New Issue