Commit 56aedcb7 authored by liuyl's avatar liuyl

add table-layout

parent e9413315
......@@ -3158,6 +3158,7 @@ button.close {
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
}
.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 @@
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
.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