Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 9bcea05

Browse files
Hubert KosterHubert Koster
authored andcommitted
chore: some fixes
1 parent 1af9d9a commit 9bcea05

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/features/dashboard/components/Table/table.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,20 @@
1313
height: rem(5);
1414
}
1515

16+
th {
17+
min-width: rem(20);
18+
}
19+
1620
th,
1721
td {
1822
display: table-cell;
1923
border-left: none;
2024
border-right: none;
2125
border-bottom-color: var(--ifm-color-emphasis-200);
26+
text-align: left;
27+
&:last-child {
28+
text-align: center;
29+
}
2230
}
2331

2432
td:nth-child(3) {

src/features/dashboard/components/Tabs/tabs.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
}
1919

2020
.tabs_trigger {
21-
padding: 0 rem(2);
2221
height: rem(4.5);
2322
display: flex;
2423
align-items: center;
@@ -35,6 +34,8 @@
3534
color: var(--ifm-color-emphasis-500);
3635
font-weight: 400;
3736
transition: color 0.2s;
37+
padding: 0 rem(2);
38+
text-align: center;
3839
}
3940
}
4041

0 commit comments

Comments
 (0)