mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
Fixes #11206: remove left padding on first inline list item
This commit is contained in:
4
dist/css/bootstrap.css
vendored
4
dist/css/bootstrap.css
vendored
@@ -610,6 +610,10 @@ ol ol {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.list-inline > li:first-child {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
dl {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user