Add force-wrap conveniance class helper fixing pre elements inside semantic-ui tables
This commit is contained in:
@@ -20,6 +20,12 @@
|
||||
&.compact
|
||||
padding: 0.5em 0.7em
|
||||
|
||||
// This helper is used on semantic-ui tables having pre elements. Due to whitespace settings the table width is pushing the table from the screen
|
||||
// https://github.com/Semantic-Org/Semantic-UI/issues/1341
|
||||
.force-wrap
|
||||
white-space: pre-wrap
|
||||
word-wrap: break-word
|
||||
|
||||
input:disabled
|
||||
background-color: #ccc !important
|
||||
|
||||
|
||||
Reference in New Issue
Block a user