mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 16:19:53 +02:00
fixes #19148 as follow up to #19099: ensure local mixin variable is used for in make-grid-columns mixin
This commit is contained in:
@@ -15,8 +15,8 @@
|
|||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
min-height: 1px;
|
min-height: 1px;
|
||||||
padding-right: ($grid-gutter-width / 2);
|
padding-right: ($gutter / 2);
|
||||||
padding-left: ($grid-gutter-width / 2);
|
padding-left: ($gutter / 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user