Skip to content

Commit 8c154fc

Browse files
committed
fix: table getting overflowed and causing UI to break
1 parent 805eba3 commit 8c154fc

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

src/templates/guide.module.css

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,10 @@
189189
padding: 0 var(--spacing-xsmall);
190190
}
191191

192+
.td:not(:first-child) {
193+
word-break: break-word;
194+
}
195+
192196
.tr:last-child .td {
193197
border-bottom: none;
194198
}
@@ -214,12 +218,6 @@
214218
.videoContainer {
215219
padding-bottom: var(--baseline-box-7x);
216220
}
217-
.table {
218-
& table {
219-
table-layout: fixed;
220-
text-wrap: wrap;
221-
}
222-
}
223221
}
224222

225223
@media (--xsmall) {
@@ -229,10 +227,4 @@
229227
.itemSpacer {
230228
display: none;
231229
}
232-
.table {
233-
& table {
234-
table-layout: fixed;
235-
text-wrap: wrap;
236-
}
237-
}
238230
}

0 commit comments

Comments
 (0)