MOBILE-3833 usertours: Define max width

main
Noel De Martin 2022-03-30 15:53:49 +02:00
parent cc04a794d8
commit 2fe652b994
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
color: var(--ion-text-color, #000);
background: var(--popover-background);
width: 70vw;
max-width: 400px;
padding: 16px;
border-radius: 8px;