Skip to content

Commit 55e536f

Browse files
committed
Update _theme.scss
1 parent 04c6f8f commit 55e536f

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

_sass/_theme.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,22 @@ body {
7676
}
7777
}
7878

79+
.col.software td code,
80+
.col.software td pre,
81+
.col.software td {
82+
overflow-wrap: anywhere; // modern, best option
83+
word-break: break-word; // fallback
84+
}
85+
86+
.col.software code {
87+
white-space: normal; // allow wrapping
88+
}
89+
90+
.col.software code {
91+
font-size: 0.75rem;
92+
line-height: 1.3;
93+
}
94+
7995
img.social-media {
8096
height: 1.3em;
8197
display: inline;

0 commit comments

Comments
 (0)