Skip to content

Commit

Permalink
inline code element wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
yaythomas committed Aug 11, 2020
1 parent b9b378a commit 562eecd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -943,10 +943,13 @@ p > code,
td > code,
.admonition-content > code {
background: var(--background-elevation-01);
border-radius: 3px;
color: var(--text-on-surface-medium);
font-size: 85%;
overflow: visible;
padding: 0.1rem 0.2rem;
border-radius: 3px;
white-space: normal;
word-wrap: break-word;
}

.section-summary-card p > code {
Expand Down

0 comments on commit 562eecd

Please sign in to comment.