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
|
||||
|
||||
// Fix empty dd tags in horizontal dl, see https://github.com/twitter/bootstrap/issues/4062
|
||||
.dl-horizontal {
|
||||
dd { .clearfix(); }
|
||||
}
|
||||
|
||||
@mainRedColor: #ED0606;
|
||||
|
||||
.logo {
|
||||
|
@ -194,4 +199,4 @@ tr.unavailable {
|
|||
input, select {
|
||||
border-color: red;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue