Fixes #17969: Clear horizontal dls
- Using the grid classes, they still need clearfixes since rows aren't injected between them all - Update docs to fix broken classes
This commit is contained in:
parent
f3802a839b
commit
ccf971d860
2 changed files with 12 additions and 3 deletions
|
|
@ -137,3 +137,12 @@ mark,
|
|||
content: "\00A0 \2014"; // nbsp, em dash
|
||||
}
|
||||
}
|
||||
|
||||
// Clean up some horizontal `<dl>`s built with grids
|
||||
// scss-lint:disable QualifyingElement
|
||||
dl.row {
|
||||
> dd + dt {
|
||||
clear: left;
|
||||
}
|
||||
}
|
||||
// scss-lint:enable QualifyingElement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue