Fixed issue with ellipsis at the end of urls

• Fixed:
- issue with ellipsis at the end of urls after someone edits a post.

• Updated:
- Text content ellipsis to :after ellipsis content that does not show up when editing
- Min Url ellipsis from 30 -> 45
This commit is contained in:
mgabdev
2020-06-05 16:28:38 -04:00
parent 35c5608e1a
commit 40a8667611
2 changed files with 10 additions and 4 deletions

View File

@@ -875,6 +875,12 @@ body {
user-select: none;
}
:global(.ellipsis):after {
display: inline;
content: '…';
position: relative;
}
/* .videoPlayerVolume:before {
content: '';
display: block;