浏览代码

Fix border radius

Denis K 9 年之前
父节点
当前提交
9f08c9d163
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      jet/static/jet/css/_tables.scss

+ 4 - 0
jet/static/jet/css/_tables.scss

@@ -71,6 +71,10 @@ tfoot td {
   &:last-child {
     border-radius: 0 4px 0 0;
   }
+
+  &:first-child:last-child {
+    border-radius: 4px 4px 0 0;
+  }
 }
 
 tfoot td {