We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b923db commit 73a8d3aCopy full SHA for 73a8d3a
1 file changed
features/wrap-lists/style.css
@@ -6,6 +6,7 @@ div[class^="monitor_list-row_"] {
6
div[class^="monitor_list-row_"] div[class^="monitor_value-inner_"] {
7
text-overflow: initial !important;
8
text-wrap: wrap !important;
9
+ overflow-wrap: break-word;
10
}
11
12
div[class^="monitor_list-row_"] div[class^="monitor_list-value_"] {
0 commit comments