css: reduce size of the label for reply notifications

Otherwise, the label seems too big for me.
This commit is contained in:
Vincent Bernat 2018-11-03 18:01:14 +01:00
parent 527f287826
commit 80257353ba

View File

@ -185,6 +185,7 @@
margin-left: 0; margin-left: 0;
} }
.isso-postbox > .form-wrapper .notification-section { .isso-postbox > .form-wrapper .notification-section {
font-size: 0.90em;
padding-top: .3em; padding-top: .3em;
} }
#isso-thread .textarea:focus, #isso-thread .textarea:focus,