Add @ in mailbox and mailinglist input

This commit is contained in:
Johannes Zellner
2025-09-23 17:58:12 +02:00
parent 50d37ad752
commit 8668ff8939
3 changed files with 9 additions and 0 deletions

View File

@@ -300,3 +300,10 @@ fieldset > * {
color: #2d2323;
margin-top: 0.25em;
}
.input-group-label {
display: flex;
padding: 5px;
border-top: solid 1px var(--pankow-input-border-color);
border-bottom: solid 1px var(--pankow-input-border-color);
}