mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
only do it for non-flex version
This commit is contained in:
parent
ccf971d860
commit
eee0a685a4
1 changed files with 8 additions and 6 deletions
|
@ -138,11 +138,13 @@ mark,
|
|||
}
|
||||
}
|
||||
|
||||
// Clean up some horizontal `<dl>`s built with grids
|
||||
// scss-lint:disable QualifyingElement
|
||||
dl.row {
|
||||
> dd + dt {
|
||||
clear: left;
|
||||
@if not $enable-flex {
|
||||
// Clean up some horizontal `<dl>`s built with grids
|
||||
// scss-lint:disable QualifyingElement
|
||||
dl.row {
|
||||
> dd + dt {
|
||||
clear: left;
|
||||
}
|
||||
}
|
||||
// scss-lint:enable QualifyingElement
|
||||
}
|
||||
// scss-lint:enable QualifyingElement
|
||||
|
|
Loading…
Reference in a new issue