Fix for dl-horizontal dd and alignment
This commit is contained in:
parent
b77d535c56
commit
9eb699d50e
@ -61,3 +61,9 @@ dd form {
|
|||||||
table .text-right {
|
table .text-right {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dl-horizontal > dd:after {
|
||||||
|
display: table;
|
||||||
|
content: "";
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user