Skip to content

Commit

Permalink
Merge pull request #2496 from nextcloud/szaimen-patch-1
Browse files Browse the repository at this point in the history
increase the small modal width
  • Loading branch information
szaimen authored Feb 25, 2022
2 parents 937af5c + 4ee0fc4 commit d73bc38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Modal/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,8 @@ export default {
// Sizing
&--small {
.modal-container {
width: 330px;
width: 390px;
max-width: 95%;
max-height: 90%;
}
}
Expand Down

0 comments on commit d73bc38

Please sign in to comment.