Denis K 8 anni fa
parent
commit
9f08c9d163
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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 {