Skip to content

Commit f28b5f5

Browse files
committed
Minor style update
Signed-off-by: Jay Wang <[email protected]>
1 parent 8f3dba1 commit f28b5f5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/author-list/author-list.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
}
4444

4545
.col-filler {
46-
width: auto;
46+
width: 100%;
4747
}
4848

4949
.author-row {

src/components/recommender-view/recommender-view.css

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
display: flex;
122122
align-items: center;
123123
gap: 3px;
124+
accent-color: var(--blue-700);
124125
}
125126

126127
&.select-block {

0 commit comments

Comments
 (0)