Skip to content

Commit eb15abe

Browse files
committed
Reduce modal width to 320px
1 parent f17f104 commit eb15abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/ConfirmationModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<style>
8585
.confirmation-dialog {
8686
width: 90%;
87-
max-width: 400px;
87+
max-width: 320px;
8888
display: flex;
8989
flex-direction: column;
9090
overflow: hidden;

0 commit comments

Comments
 (0)