Merge pull request #1634 from mkonikov/disabled-download-button

Show overflow text on download comments button when disabled
This commit is contained in:
Kim Gardner
2018-05-21 16:18:30 -04:00
committed by GitHub
@@ -1,6 +1,9 @@
.button {
margin: 0;
&:disabled {
/* TODO: better optimize for mobile so this styling is not necessary */
height: auto;
}
i {
font-size: inherit;
vertical-align: sub;