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 817683f commit fbc368eCopy full SHA for fbc368e
1 file changed
src/css/table.css
@@ -92,6 +92,7 @@ table[hx-ext~="bny-table"] {
92
overflow: hidden;
93
text-overflow: ellipsis;
94
background-color: var(--default);
95
+ height: stretch;
96
}
97
98
@@ -111,7 +112,7 @@ table[hx-ext~="bny-table"] {
111
112
background-color: var(--blue);
113
114
- & tbody tr:hover td{
115
+ & tbody tr:hover td {
116
color: var(--black);
117
118
0 commit comments