@gitlab/ui 36.4.0 → 36.5.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
|
@@ -3295,6 +3295,14 @@
|
|
|
3295
3295
|
grid-column-start: 1 !important
|
|
3296
3296
|
}
|
|
3297
3297
|
|
|
3298
|
+
.gl-grid-template-columns-2 {
|
|
3299
|
+
grid-template-columns: 1fr 1fr
|
|
3300
|
+
}
|
|
3301
|
+
|
|
3302
|
+
.gl-grid-template-columns-2\! {
|
|
3303
|
+
grid-template-columns: 1fr 1fr !important
|
|
3304
|
+
}
|
|
3305
|
+
|
|
3298
3306
|
.gl-list-style-none {
|
|
3299
3307
|
list-style-type: none
|
|
3300
3308
|
}
|