We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c6f8f commit 55e536fCopy full SHA for 55e536f
1 file changed
_sass/_theme.scss
@@ -76,6 +76,22 @@ body {
76
}
77
78
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
91
+ font-size: 0.75rem;
92
+ line-height: 1.3;
93
94
95
img.social-media {
96
height: 1.3em;
97
display: inline;
0 commit comments