Skip to content

Commit

Permalink
Merge pull request #154 from tomirons/patch-2
Browse files Browse the repository at this point in the history
Fix long links/code tags on smaller devices
  • Loading branch information
taylorotwell committed Jan 8, 2021
2 parents 1fa4107 + 56f0b1a commit b943fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/css/_prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pre[class*="language-"] {
display: inline-flex;
padding: 0 .125rem;
max-width: 100%;
overflow-x: scroll;
overflow-x: auto;
}

.token.comment,
Expand Down
1 change: 1 addition & 0 deletions resources/css/_typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
a {
color: theme('colors.red.600');
text-decoration: underline;
word-break: break-word;

&:hover {
color: darken(theme('colors.red.600'), 10%);
Expand Down

0 comments on commit b943fdc

Please sign in to comment.