Skip to content

Commit 8795ae8

Browse files
fixed/Build from Source’ tab partially hidden in mobile view on Install page #2106
1 parent 0872315 commit 8795ae8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/sass/install.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@
4242

4343
@media (max-width: $mobile-m) {
4444
a[role="tab"] {
45-
padding: .5rem;
45+
padding: .5rem .25rem;
46+
font-size: 0.75rem;
4647
line-height: 1.2em;
4748
display: flex;
49+
flex: 1;
4850

4951
span {
5052
margin: auto;

0 commit comments

Comments
 (0)