@gitlab/ui 42.13.1 → 42.14.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
|
@@ -5704,6 +5704,12 @@
|
|
|
5704
5704
|
.gl-mr-7\! {
|
|
5705
5705
|
margin-right: $gl-spacing-scale-7 !important;
|
|
5706
5706
|
}
|
|
5707
|
+
.gl-mb-auto {
|
|
5708
|
+
margin-bottom: auto;
|
|
5709
|
+
}
|
|
5710
|
+
.gl-mb-auto\! {
|
|
5711
|
+
margin-bottom: auto !important;
|
|
5712
|
+
}
|
|
5707
5713
|
.gl-mb-0 {
|
|
5708
5714
|
margin-bottom: 0;
|
|
5709
5715
|
}
|