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 { ...@@ -3872,6 +3872,7 @@ button.close {
.btn-group-justified { .btn-group-justified {
display: table; display: table;
width: 100%; width: 100%;
border-collapse: separate;
table-layout: fixed; 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 @@ ...@@ -229,6 +229,7 @@
display: table; display: table;
width: 100%; width: 100%;
table-layout: fixed; table-layout: fixed;
border-collapse: separate;
.btn { .btn {
float: none; float: none;
display: table-cell; 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