Skip to content

Commit 16388af

Browse files
committed
fmt css
1 parent c5d45c8 commit 16388af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sqlpage/sqlpage.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ code {
7777

7878
.table-freeze-columns th:first-child {
7979
position: sticky;
80-
left:0;
80+
left: 0;
8181
z-index: 2;
8282
}
8383

84-
.table-freeze-columns td:first-child{
84+
.table-freeze-columns td:first-child {
8585
position: sticky;
86-
left:0;
86+
left: 0;
8787
background: var(--tblr-bg-surface-secondary);
8888
box-shadow: 3px 0 3px var(--tblr-border-color);
89-
}
89+
}

0 commit comments

Comments
 (0)