We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e536f commit 8cf0e65Copy full SHA for 8cf0e65
1 file changed
_sass/_theme.scss
@@ -59,6 +59,8 @@ body {
59
60
}
61
62
+//RLW --26mar2026 fix resource table on mobile
63
+
64
.software-logo {
65
max-height: 65px;
66
width:auto;
@@ -92,6 +94,25 @@ body {
92
94
line-height: 1.3;
93
95
96
97
+.col.software code {
98
+ display: inline-block;
99
+ max-width: 100%;
100
+ white-space: normal;
101
+ overflow-wrap: anywhere;
102
+ word-break: break-word;
103
+}
104
105
+.col.software td {
106
+ vertical-align: top;
107
108
109
+.col.software td > * {
110
+ margin-bottom: 6px;
111
112
113
+//RLW end fix table resource/mobile
114
115
116
img.social-media {
117
height: 1.3em;
118
display: inline;
0 commit comments