Skip to content

Commit 053e582

Browse files
brechtvlsilverwind
andauthored
Fix poor table column width due to breaking words (#31473)
Caused by #31091 --------- Co-authored-by: silverwind <me@silverwind.io>
1 parent a4899ff commit 053e582

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

web_src/css/markup/content.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
overflow: hidden;
33
font-size: 16px;
44
line-height: 1.5 !important;
5-
overflow-wrap: anywhere;
5+
overflow-wrap: break-word;
6+
}
7+
8+
.conversation-holder .markup {
9+
overflow-wrap: anywhere; /* prevent overflow in code comments. TODO: properly restrict .conversation-holder width and remove this */
610
}
711

812
.markup > *:first-child {

0 commit comments

Comments
 (0)