Fix select input styles

This commit is contained in:
Robert Long
2021-12-14 15:28:54 -08:00
parent 284a4ef794
commit 3cc7892198
7 changed files with 45 additions and 56 deletions

View File

@@ -17,6 +17,8 @@
border-radius: 8px;
max-width: 90vw;
width: 600px;
display: flex;
flex-direction: column;
}
.modalHeader {