Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F194791
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
631 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
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)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment