Skip to content

Commit ea89ee6

Browse files
authored
Set table cells to have height:auto (#1772)
1 parent 68e9cac commit ea89ee6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

webview/src/experiments/components/table/styles.module.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,9 +340,12 @@ $workspace-row-edge-margin: $edge-padding - $cell-padding;
340340
white-space: nowrap;
341341
min-width: 0;
342342
position: relative;
343+
}
344+
.th {
343345
height: 100%;
344346
}
345347
.td {
348+
height: auto;
346349
font-size: 0.8rem;
347350
line-height: 2rem;
348351
align-items: center;

0 commit comments

Comments
 (0)