Make button text visible #1093

This commit is contained in:
DianaXWiki 2023-09-26 11:14:52 +03:00
parent c2a5909e00
commit 45ddf309d1

View File

@ -57,6 +57,10 @@
text-overflow: ellipsis;
min-width: 0;
display: none;
@media screen and (max-width: 600px)
{
display: inline;
}
}
}
&:hover {