app/assets/stylesheets/semantic-ui/elements/_container.scss in semantic-ui-sass-2.2.1.1 vs app/assets/stylesheets/semantic-ui/elements/_container.scss in semantic-ui-sass-2.2.2.0
- old
+ new
@@ -1,7 +1,7 @@
/*!
- * # Semantic UI 2.2.1 - Container
+ * # Semantic UI 2.2.2 - Container
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
@@ -128,9 +128,10 @@
text-align: right;
}
.ui.justified.container {
text-align: justify;
-webkit-hyphens: auto;
+ -moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}