email-main.scss: unset width

This commit is contained in:
Adhityaa Chandrasekar 2019-01-24 07:01:14 -05:00
parent 9a3c181442
commit 6d1563e22a

View File

@ -44,6 +44,7 @@
color: $blue-7; color: $blue-7;
cursor: pointer; cursor: pointer;
transition: all 0.2s; transition: all 0.2s;
width: unset;
} }
.commento-email-button:hover { .commento-email-button:hover {