Show overflow text on download comments button when disabled

This commit is contained in:
Mendel Konikov
2018-05-17 20:41:59 -04:00
parent cd6aacbc76
commit 5f410276c6
@@ -1,6 +1,9 @@
.button {
margin: 0;
&:disabled {
overflow: visible;
height: auto;
}
i {
font-size: inherit;
vertical-align: sub;
@@ -9,4 +12,4 @@
.most_recent {
color: #808080;
}
}