This commit is contained in:
Michał Gdula 2022-07-30 16:15:48 +01:00
parent 073c71dfe4
commit b54fdbf81e
2 changed files with 5 additions and 14 deletions

View file

@ -101,6 +101,11 @@ body {
border-radius: var(--rad);
box-shadow: var(--shadow);
text-overflow: ellipsis;
overflow-wrap: break-word;
word-wrap: break-word;
word-break: break-all;
}
.password-reset-root {