Skip to content

Commit fbc368e

Browse files
committed
Update table.css
1 parent 817683f commit fbc368e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/css/table.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ table[hx-ext~="bny-table"] {
9292
overflow: hidden;
9393
text-overflow: ellipsis;
9494
background-color: var(--default);
95+
height: stretch;
9596
}
9697
}
9798

@@ -111,7 +112,7 @@ table[hx-ext~="bny-table"] {
111112
background-color: var(--blue);
112113
}
113114

114-
& tbody tr:hover td{
115+
& tbody tr:hover td {
115116
color: var(--black);
116117
}
117118
}

0 commit comments

Comments
 (0)