1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-29 22:56:37 -04:00

email-main.scss: use a smaller width in email boxes

This commit is contained in:
Adhityaa Chandrasekar
2018-09-23 01:00:48 -04:00
parent d6ccb7338c
commit 2a713c22f1

View File

@ -21,7 +21,7 @@
outline: none;
padding: 5px;
padding-left: 10px;
width: calc(100% - 120px);
width: calc(100% - 150px);
}
.commento-input::placeholder {