mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 16:19:53 +02:00
fixes #9406: proper border for justified btn-groups inside tables
This commit is contained in:
1
dist/css/bootstrap.css
vendored
1
dist/css/bootstrap.css
vendored
@@ -3872,6 +3872,7 @@ button.close {
|
||||
.btn-group-justified {
|
||||
display: table;
|
||||
width: 100%;
|
||||
border-collapse: separate;
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user