Skip to content

Commit 9225cea

Browse files
authored
Merge pull request #4339 from ClickHouse/dhtclk-patch3
fixing overflow display issue on install for mobile
2 parents 5c65259 + 7e13ac6 commit 9225cea

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/css/custom.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1430,6 +1430,15 @@ input::-ms-input-placeholder { /* Microsoft Edge */
14301430
display: flex;
14311431
}
14321432

1433+
@media (max-width: breakpoints.$laptop-breakpoint) {
1434+
.installContainer {
1435+
flex-wrap: wrap;
1436+
}
1437+
.install-card {
1438+
margin: 0;
1439+
}
1440+
}
1441+
14331442
.install-card {
14341443
margin: 0em 0.5em;
14351444
}
@@ -1515,4 +1524,4 @@ input::-ms-input-placeholder { /* Microsoft Edge */
15151524

15161525
.code-viewer {
15171526
margin-bottom: var(--ifm-paragraph-margin-bottom);
1518-
}
1527+
}

0 commit comments

Comments
 (0)