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:
@@ -875,6 +875,12 @@ body {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
:global(.ellipsis):after {
|
||||
display: inline;
|
||||
content: '…';
|
||||
position: relative;
|
||||
}
|
||||
|
||||
/* .videoPlayerVolume:before {
|
||||
content: '';
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user