mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
No more left margin on dd elements, fixes #8567
This commit is contained in:
Vendored
+1
-1
@@ -567,7 +567,7 @@ dt {
|
||||
}
|
||||
|
||||
dd {
|
||||
margin-left: 10px;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.dl-horizontal dt {
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user