Skip to content

Commit 8d58a70

Browse files
committed
Update snl-styles.css
1 parent a343229 commit 8d58a70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/snl-styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,8 @@ body.light-mode .dial-card{
313313
.dial-card{
314314
margin: 0 8px;
315315
max-width: 100%;
316-
width: 100%;
316+
min-width: 300px;
317+
width: calc(100% - 32px);
317318
}
318319
.search-container{
319320
flex-direction: column;

0 commit comments

Comments
 (0)