We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805eba3 commit 8c154fcCopy full SHA for 8c154fc
src/templates/guide.module.css
@@ -189,6 +189,10 @@
189
padding: 0 var(--spacing-xsmall);
190
}
191
192
+.td:not(:first-child) {
193
+ word-break: break-word;
194
+}
195
+
196
.tr:last-child .td {
197
border-bottom: none;
198
@@ -214,12 +218,6 @@
214
218
.videoContainer {
215
219
padding-bottom: var(--baseline-box-7x);
216
220
217
- .table {
- & table {
- table-layout: fixed;
- text-wrap: wrap;
221
- }
222
223
224
225
@media (--xsmall) {
@@ -229,10 +227,4 @@
229
227
.itemSpacer {
230
228
display: none;
231
232
233
234
235
236
237
238
0 commit comments