This commit is contained in:
the-djmaze 2022-09-27 19:15:20 +02:00
parent 0200bf1674
commit 918af4ecf5

View file

@ -10,6 +10,8 @@
margin: 0; margin: 0;
padding: 0; padding: 0;
transition: border linear .2s, box-shadow linear .2s; transition: border linear .2s, box-shadow linear .2s;
max-height: 5em;
overflow: auto;
} }
.emailaddresses.emailaddresses-focused { .emailaddresses.emailaddresses-focused {