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 ed20101 commit 805eba3Copy full SHA for 805eba3
src/templates/guide.module.css
@@ -214,6 +214,12 @@
214
.videoContainer {
215
padding-bottom: var(--baseline-box-7x);
216
}
217
+ .table {
218
+ & table {
219
+ table-layout: fixed;
220
+ text-wrap: wrap;
221
+ }
222
223
224
225
@media (--xsmall) {
@@ -223,4 +229,10 @@
229
.itemSpacer {
230
display: none;
231
232
233
234
235
236
237
226
238
0 commit comments