We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c96da6 commit 7c99ff4Copy full SHA for 7c99ff4
src/components/QuickStartFilter.js
@@ -183,8 +183,10 @@ export default function QuickstartFilter({defaultLanguage = null}) {
183
<style>{`
184
@media (max-width: 480px) {
185
.responsive-heading {
186
- margin-left: 0.75rem !important;
187
- font-size: 1.2rem !important;
+ margin-left: 0.2rem !important;
+ word-break: normal;
188
+ overflow-wrap: break-word;
189
+ white-space: normal;
190
}
191
192
`}</style>
0 commit comments