Skip to content

Commit

Permalink
Prevent long function names from clipping at narrow viewports.
Browse files Browse the repository at this point in the history
Props ravikhadka, coffee2code.
Fixes https://meta.trac.wordpress.org/ticket/7268.
  • Loading branch information
coffee2code committed Nov 7, 2023
1 parent 176e721 commit 4405829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions source/wp-content/themes/wporg-developer/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,7 @@
text-indent: -100px;
font-size: 20px;
line-height: 1.6;
overflow-wrap: break-word;
}

h2 {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4405829

Please sign in to comment.