mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-27 13:47:58 +01:00
prevent source link overflow
This commit is contained in:
parent
3810092a17
commit
4a160e1772
1 changed files with 8 additions and 2 deletions
|
@ -219,7 +219,13 @@ span.spoiler div.image-container {
|
|||
}
|
||||
|
||||
.js-source-link {
|
||||
word-wrap: anywhere;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#image-source > p {
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.interaction-user-list-item {
|
||||
|
@ -315,4 +321,4 @@ span.spoiler div.image-container {
|
|||
|
||||
.full-height {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue