mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix word-break on comments, changed to break-word
This commit is contained in:
committed by
Alejandro Alonso
parent
a4bbb43555
commit
9ae40b392f
@@ -58,6 +58,7 @@
|
|||||||
|
|
||||||
- To @andrewzhurov for many code contributions on this release.
|
- To @andrewzhurov for many code contributions on this release.
|
||||||
- UI improvements in Project section (by @Waishnav) [#2285](https://github.com/penpot/penpot/pull/2285)
|
- UI improvements in Project section (by @Waishnav) [#2285](https://github.com/penpot/penpot/pull/2285)
|
||||||
|
- Fix fronted comments (by @lol768) [#2368](https://github.com/penpot/penpot/pull/2368)
|
||||||
|
|
||||||
## 1.15.4-beta
|
## 1.15.4-beta
|
||||||
|
|
||||||
|
|||||||
@@ -191,7 +191,7 @@
|
|||||||
margin: 0 $size-2 0 26px;
|
margin: 0 $size-2 0 26px;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
word-break: break-all;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user