Skip to content

Commit 6ab8fab

Browse files
authored
Wrap tabs when screen shrinks (#396)
Closes #390
1 parent 353cf55 commit 6ab8fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/theme-css/tabs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[role="tablist"] {
77
display: flex;
88
flex-flow: row wrap;
9+
row-gap: 0.25rem;
910
margin-bottom: 0px;
1011
padding-bottom: 0px;
1112
}
@@ -18,7 +19,6 @@
1819
margin-bottom: 0;
1920
color: var(--pst-color-text);
2021
font-weight: bold;
21-
max-width: 22%;
2222
text-align: left;
2323
cursor: pointer;
2424
font-size: 1rem;

0 commit comments

Comments
 (0)