Skip to content

Commit 7028c88

Browse files
authored
Merge pull request #14 from Allentro/inline-th
Making all table headers inline
2 parents 5a7ef5b + a7732b9 commit 7028c88

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,13 @@ h1 + .subtitle {
4040
width: 100%;
4141
height: 100%;
4242
}
43+
44+
th.user-select-none > span {
45+
display: inline-flex;
46+
align-items: center;
47+
white-space: nowrap;
48+
}
49+
50+
th.user-select-none i.fa-solid {
51+
margin-left: .35rem;
52+
}

0 commit comments

Comments
 (0)