mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Make button text visible #1093
This commit is contained in:
parent
c2a5909e00
commit
45ddf309d1
@ -57,6 +57,10 @@
|
||||
text-overflow: ellipsis;
|
||||
min-width: 0;
|
||||
display: none;
|
||||
@media screen and (max-width: 600px)
|
||||
{
|
||||
display: inline;
|
||||
}
|
||||
}
|
||||
}
|
||||
&:hover {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user