diff --git a/addon/styles/_convenience-helpers.sass b/addon/styles/_convenience-helpers.sass index cbb82fa..578bf6c 100644 --- a/addon/styles/_convenience-helpers.sass +++ b/addon/styles/_convenience-helpers.sass @@ -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