fix multiline alt texts for generic attachments (e.g. zip files) #446
1 changed files with 8 additions and 0 deletions
feat: since I'm already here, let's do some basic styling
commit
2455bb70f3
|
|
@ -5,6 +5,7 @@
|
|||
flex-direction: column;
|
||||
position: relative;
|
||||
align-self: flex-start;
|
||||
line-height: 0;
|
||||
height: 100%;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
|
|
@ -114,6 +115,13 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
padding-top: 0.5em;
|
||||
|
||||
p {
|
||||
line-height: 1.5;
|
||||
padding: 0 0.5em;
|
||||
white-space: pre-line;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue