text-overflow has no effect on this element since overflow:hidden is not set.

Try adding overflow:hidden. Learn more

https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow
This commit is contained in:
Jesús 2021-05-25 11:11:01 -05:00
parent b5ac48ee33
commit dda585db49
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -484,7 +484,6 @@ border-collapse: unset;
background-color: var(--bg-strong); background-color: var(--bg-strong);
padding: 0.5rem; padding: 0.5rem;
margin: .5rem 0; margin: .5rem 0;
text-overflow: ellipsis;
overflow-x: auto; overflow-x: auto;
} }