Commit 56aedcb7 authored by liuyl's avatar liuyl

add table-layout

parent e9413315
...@@ -3158,6 +3158,7 @@ button.close { ...@@ -3158,6 +3158,7 @@ button.close {
.btn-group-justified { .btn-group-justified {
display: table; display: table;
width: 100%; width: 100%;
table-layout: fixed;
} }
.btn-group-justified .btn { .btn-group-justified .btn {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -157,6 +157,7 @@ ...@@ -157,6 +157,7 @@
.btn-group-justified { .btn-group-justified {
display: table; display: table;
width: 100%; width: 100%;
table-layout: fixed;
.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