File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -898,6 +898,24 @@ a.label,
898
898
color : var (--color-text );
899
899
}
900
900
901
+ /* reduce table padding, needed especially for dense admin tables */
902
+ .ui .table > thead > tr > th ,
903
+ .ui .table > tbody > tr > td ,
904
+ .ui .table > tr > td {
905
+ padding : 6px 3px ;
906
+ }
907
+ /* use more horizontal padding on first and last items for visuals */
908
+ .ui .table > thead > tr > th : first-of-type ,
909
+ .ui .table > tbody > tr > td : first-of-type ,
910
+ .ui .table > tr > td : first-of-type {
911
+ padding-left : 10px ;
912
+ }
913
+ .ui .table > thead > tr > th : last-of-type ,
914
+ .ui .table > tbody > tr > td : last-of-type ,
915
+ .ui .table > tr > td : last-of-type {
916
+ padding-right : 10px ;
917
+ }
918
+
901
919
img .ui .avatar ,
902
920
.ui .avatar img ,
903
921
.ui .avatar svg {
You can’t perform that action at this time.
0 commit comments