Skip to content

Commit 7c99ff4

Browse files
fix(ui): improve responsive heading in QuickstartFilter
1 parent 0c96da6 commit 7c99ff4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/QuickStartFilter.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,10 @@ export default function QuickstartFilter({defaultLanguage = null}) {
183183
<style>{`
184184
@media (max-width: 480px) {
185185
.responsive-heading {
186-
margin-left: 0.75rem !important;
187-
font-size: 1.2rem !important;
186+
margin-left: 0.2rem !important;
187+
word-break: normal;
188+
overflow-wrap: break-word;
189+
white-space: normal;
188190
}
189191
}
190192
`}</style>

0 commit comments

Comments
 (0)