Commit 1e1b5c73 authored by Luca Wehrstedt's avatar Luca Wehrstedt

fixes #9406: proper border for justified btn-groups inside tables

parent 1fd51b0f
......@@ -3872,6 +3872,7 @@ button.close {
.btn-group-justified {
display: table;
width: 100%;
border-collapse: separate;
table-layout: fixed;
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -229,6 +229,7 @@
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
.btn {
float: none;
display: table-cell;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment