fix multiline alt texts for generic attachments (e.g. zip files) #446
1 changed files with 10 additions and 0 deletions
commit
bb71635d12
|
|
@ -19,6 +19,10 @@
|
|||
min-height: 200px;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
.status-popover & {
|
||||
height: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
.description-container {
|
||||
|
|
@ -121,6 +125,12 @@
|
|||
padding: 0 0.5em;
|
||||
white-space: pre-line;
|
||||
text-align: center;
|
||||
|
||||
.status-popover & {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
height: 1lh;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue