@gitlab/ui 58.5.0 → 58.5.1
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
|
@@ -7906,10 +7906,10 @@
|
|
|
7906
7906
|
.gl-text-transform-capitalize\! {
|
|
7907
7907
|
text-transform: capitalize !important;
|
|
7908
7908
|
}
|
|
7909
|
-
.gl-text-uppercase {
|
|
7909
|
+
.gl-text-transform-uppercase {
|
|
7910
7910
|
text-transform: uppercase;
|
|
7911
7911
|
}
|
|
7912
|
-
.gl-text-uppercase\! {
|
|
7912
|
+
.gl-text-transform-uppercase\! {
|
|
7913
7913
|
text-transform: uppercase !important;
|
|
7914
7914
|
}
|
|
7915
7915
|
.gl-text-overflow-ellipsis {
|