mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
eslint fixes
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
|
||||
thead {
|
||||
th {
|
||||
border-width: $table-border-width;
|
||||
background: $min-black;
|
||||
border-width: $table-border-width;
|
||||
@extend .subheader;
|
||||
}
|
||||
}
|
||||
@@ -15,7 +15,8 @@
|
||||
}
|
||||
|
||||
.table-nowrap {
|
||||
th, td {
|
||||
th,
|
||||
td {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user