fix: Emailaddresses input width on mobile

This commit is contained in:
Rene Hampölz 2023-06-17 16:19:52 +00:00
parent 26547f48b6
commit 5cd879484a

View file

@ -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 */