1
mirror of https://gitlab.com/commento/commento.git synced 2026-06-17 09:55:27 -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
+1 -1
View File
@@ -21,7 +21,7 @@
outline: none;
padding: 5px;
padding-left: 10px;
width: calc(100% - 120px);
width: calc(100% - 150px);
}
.commento-input::placeholder {