Commit eee0a685 authored by Mark Otto's avatar Mark Otto
Browse files

only do it for non-flex version

parent ccf971d8
This commit is part of merge request !19104. Comments created here will be created in the context of that merge request.
Showing with 8 additions and 6 deletions
+8 -6
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment