Fix line-break in reply-to and no-notes labels

This commit is contained in:
Bojan Mojsilovic 2023-12-11 16:04:21 +01:00
parent 38511fa726
commit 6d2fa3e2ab
2 changed files with 7 additions and 1 deletions

View File

@ -83,6 +83,10 @@
font-weight: 400;
line-height: 20px;
margin-top: 6px;
max-width: 518px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
.label {
color: var(--text-primary);
}

View File

@ -74,7 +74,9 @@
display: flex;
justify-content: center;
align-items: center;
padding-top: 40px;
padding: 40px;
overflow: hidden;
line-break: anywhere;
button {
margin: 0;