Fix for dl-horizontal dd and alignment

This commit is contained in:
Deon George 2013-06-20 17:21:32 +10:00
parent b77d535c56
commit 9eb699d50e
1 changed files with 6 additions and 0 deletions

View File

@ -61,3 +61,9 @@ dd form {
table .text-right {
text-align: right;
}
.dl-horizontal > dd:after {
display: table;
content: "";
clear: both;
}