mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 21:22:02 +08:00
UX: force long filenames to wrap in lightbox (#22091)
This commit is contained in:
parent
8938ecabc2
commit
17656e4451
|
@ -481,7 +481,7 @@ button {
|
||||||
color: $caption-title-color;
|
color: $caption-title-color;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
padding-right: 36px; // leave some space for counter at right side
|
padding-right: 36px; // leave some space for counter at right side
|
||||||
|
max-width: 100%;
|
||||||
// add the download icon
|
// add the download icon
|
||||||
a.image-source-link .d-icon {
|
a.image-source-link .d-icon {
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user