Skip to content

Commit e78547f

Browse files
authored
Fix header/filter row missing width (#2297)
1 parent 925044e commit e78547f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/style/header.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const headerRowAndFilterRow = css`
55
contain: size layout style paint;
66
display: grid;
77
grid-template-columns: var(--template-columns);
8+
width: var(--row-width);
89
position: sticky;
910
background-color: var(--header-background-color);
1011
font-weight: bold;

0 commit comments

Comments
 (0)