diff --git a/src/styles/author.css b/src/styles/author.css index 9f1743c..97e8a30 100644 --- a/src/styles/author.css +++ b/src/styles/author.css @@ -145,11 +145,11 @@ } .IBMSMSMSSS_Author_Top_Name { - overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; color: rgba(255,255,255,0.75); - max-width: 223px; + display: -webkit-box; + -webkit-box-orient: vertical; + overflow: hidden; + -webkit-line-clamp: 1; } .IBMSMSMSSS_Author_Top_PPWrapper { @@ -161,10 +161,10 @@ .IBMSMSMSSS_Author_Top_Handle { color: rgba(255,255,255,0.5); + display: -webkit-box; + -webkit-box-orient: vertical; overflow: hidden; - white-space: nowrap; - text-overflow: ellipsis; - max-width: 223px; + -webkit-line-clamp: 1; } .IBMSMSMSSS_Author_Top_Handle.IBMSMSMSSS_Author_Top_HandleNomen {