Page MenuHomePhorge

No OneTemporary

Size
631 B
Referenced Files
None
Subscribers
None
diff --git a/src/components/status/status.scss b/src/components/status/status.scss
index e43617ecd..9a2885122 100644
--- a/src/components/status/status.scss
+++ b/src/components/status/status.scss
@@ -92,8 +92,10 @@
a {
display: inline-block;
- overflow-wrap: break-word;
- text-wrap: pretty;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ overflow-x: hidden;
+ width: 100%
}
}
@@ -101,6 +103,7 @@
min-width: 1.6em;
margin-right: 0.4em;
white-space: nowrap;
+ overflow-wrap: nowrap;
overflow: hidden;
text-overflow: ellipsis;
flex: 1 1 0;

File Metadata

Mime Type
text/x-diff
Expires
Sat, Apr 5, 2:45 AM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
85211
Default Alt Text
(631 B)

Event Timeline