Fix empty dd in horizontal dl
This commit is contained in:
parent
396a47b6af
commit
8c7a4f0331
1 changed files with 6 additions and 1 deletions
|
@ -37,6 +37,11 @@ body {
|
||||||
|
|
||||||
// Custom styles
|
// Custom styles
|
||||||
|
|
||||||
|
// Fix empty dd tags in horizontal dl, see https://github.com/twitter/bootstrap/issues/4062
|
||||||
|
.dl-horizontal {
|
||||||
|
dd { .clearfix(); }
|
||||||
|
}
|
||||||
|
|
||||||
@mainRedColor: #ED0606;
|
@mainRedColor: #ED0606;
|
||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
|
|
Loading…
Reference in a new issue