Skip to content

Commit

Permalink
add missing styles
Browse files Browse the repository at this point in the history
  • Loading branch information
timogasda committed Aug 9, 2023
1 parent 515e8df commit dc737d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/header/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
.main {
// Like styles.text-flex-wrapping, but without overflow: hidden, to prevent headings from being partially cut off.
word-wrap: break-word;
max-width: 100%;
/* stylelint-disable-next-line custom-property-pattern */
max-width: var(--header-max-width, 75ch);

&.refresh {
display: flex;
Expand Down

0 comments on commit dc737d4

Please sign in to comment.