mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 08:09:14 -05:00
🐛 Fix editor when several colors are in a single word
This commit is contained in:
parent
cbac4587cf
commit
8e71d219ca
1 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,10 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.public-DraftStyleDefault-block {
|
||||||
|
white-space: pre;
|
||||||
|
}
|
||||||
|
|
||||||
&.align-top {
|
&.align-top {
|
||||||
.DraftEditor-root {
|
.DraftEditor-root {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
|
Loading…
Add table
Reference in a new issue