diff --git a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css index 238c974c2..127ae78a3 100644 --- a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css +++ b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css @@ -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 */