@gitlab/ui 40.0.0 → 40.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/scss/utilities.scss
CHANGED
|
@@ -3676,6 +3676,14 @@
|
|
|
3676
3676
|
overflow-wrap: break-word !important
|
|
3677
3677
|
}
|
|
3678
3678
|
|
|
3679
|
+
.gl-overflow-wrap-anywhere {
|
|
3680
|
+
overflow-wrap: anywhere
|
|
3681
|
+
}
|
|
3682
|
+
|
|
3683
|
+
.gl-overflow-wrap-anywhere\! {
|
|
3684
|
+
overflow-wrap: anywhere !important
|
|
3685
|
+
}
|
|
3686
|
+
|
|
3679
3687
|
.gl-overflow-scroll {
|
|
3680
3688
|
overflow: scroll
|
|
3681
3689
|
}
|