浏览代码

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

笔下光年 4 年之前
父节点
当前提交
d6542d10f3
共有 1 个文件被更改,包括 2 次插入1 次删除
  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;
     justify-content: space-between;
 }
-.btn-group-justified .btn {
+.btn-group-justified .btn,
+.btn-group-justified .btn-group {
     width: 100%;
 }
 .btn-group-round .btn:first-child {