소스 검색

Fix border radius

Denis K 8 년 전
부모
커밋
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 {