mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 03:11:19 +02:00
only do it for non-flex version
This commit is contained in:
@@ -138,11 +138,13 @@ mark,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Clean up some horizontal `<dl>`s built with grids
|
@if not $enable-flex {
|
||||||
// scss-lint:disable QualifyingElement
|
// Clean up some horizontal `<dl>`s built with grids
|
||||||
dl.row {
|
// scss-lint:disable QualifyingElement
|
||||||
> dd + dt {
|
dl.row {
|
||||||
clear: left;
|
> dd + dt {
|
||||||
|
clear: left;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
// scss-lint:enable QualifyingElement
|
||||||
}
|
}
|
||||||
// scss-lint:enable QualifyingElement
|
|
||||||
|
Reference in New Issue
Block a user