mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: force wrapping on the filename of lightboxed images
This commit is contained in:
@@ -28,6 +28,10 @@
|
||||
|
||||
.filename {
|
||||
margin: 5px;
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
&:before {
|
||||
font-family: "FontAwesome";
|
||||
content: "\F03E";
|
||||
|
||||
Reference in New Issue
Block a user