fix catchall form margin on input

This commit is contained in:
meaz 2023-08-29 09:03:36 +02:00
parent bc971d171c
commit 984f400181
Signed by: meaz
GPG key ID: CD7A47B2F1ED43B4

View file

@ -1495,3 +1495,7 @@ footer a:hover, footer a:focus { color: #1F5C60; }
input#xmpp{
width: 50px;
}
input#catchall{
width: 50px;
}