浏览代码

Remove teal line under active tab and align tab and comment text better

jacobtoppm 3 年之前
父节点
当前提交
f7bc89c03e
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 0 1
      client/scss/components/_comments-controls.scss
  2. 5 0
      client/scss/components/_tabs.scss

+ 0 - 1
client/scss/components/_comments-controls.scss

@@ -4,7 +4,6 @@
     justify-content: flex-end;
     padding-right: 2px;
     height: 42px;
-    padding-bottom: 8px;
     box-sizing: border-box;
 
     @include media-breakpoint-up(sm) {

+ 5 - 0
client/scss/components/_tabs.scss

@@ -82,6 +82,11 @@
     li.wide {
         width: unset;
     }
+
+    .right {
+        max-height: 1.44em;
+        overflow: visible;
+    }
 }
 
 .tab-content {