Skip to content

Commit ca65241

Browse files
committed
increase max dialog width to 1200 pixels
1 parent 2be41df commit ca65241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/scss/finder-browser.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dialog {
8484
box-shadow: 0 0 0.5rem #c8c8c8;
8585
width: 80%;
8686
height: 80%;
87-
max-width: 900px;
87+
max-width: 1200px;
8888
padding: 2rem;
8989

9090
.wrapper {

0 commit comments

Comments
 (0)