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