This commit is contained in:
the-djmaze 2022-12-22 19:40:11 +01:00
parent 18b7b39b49
commit e4b1950dbe
12 changed files with 119 additions and 70 deletions

View file

@ -117,6 +117,7 @@ html.rl-no-preview-pane {
border-radius: var(--border-radius, 5px) var(--border-radius, 5px) 0 0;
padding: 10px;
flex-shrink: 0;
word-break: keep-all;
.fontastic + span {
margin-left: 0.25em;
@ -180,10 +181,6 @@ html.rl-no-preview-pane {
white-space: nowrap;
width: 1%;
}
td + td {
word-break: break-all;
}
}
.hasVirus {