mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-15 12:15:20 +08:00
fix: Emailaddresses input width on mobile
This commit is contained in:
parent
26547f48b6
commit
5cd879484a
1 changed files with 7 additions and 0 deletions
|
@ -785,6 +785,13 @@ input[type="checkbox"] {
|
|||
color: var(--nc-color-main-text);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 480px) {
|
||||
#rl-app .emailaddresses input[type="text"] {
|
||||
width: unset !important;
|
||||
min-width: unset;
|
||||
}
|
||||
}
|
||||
|
||||
/* #endregion */
|
||||
|
||||
/* #region textarea */
|
||||
|
|
Loading…
Reference in a new issue