Browse Source

修复css bug
修复.btn-group在.btn-group-justified的表现问题

笔下光年 4 years ago
parent
commit
b33a7cebf0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      css/style.min.css

+ 2 - 1
css/style.min.css

@@ -2061,7 +2061,8 @@ fieldset[disabled] .btn-dark:hover {
     -webkit-box-pack: justify;
     -webkit-box-pack: justify;
     justify-content: space-between;
     justify-content: space-between;
 }
 }
-.btn-group-justified .btn {
+.btn-group-justified .btn,
+.btn-group-justified .btn-group {
     width: 100%;
     width: 100%;
 }
 }
 .btn-group-round .btn:first-child {
 .btn-group-round .btn:first-child {