File cleanup in progress 2

This commit is contained in:
Michał Gdula 2022-08-01 11:20:00 +01:00
parent 47aa830771
commit 41667bff0a
10 changed files with 17 additions and 28 deletions

View file

@ -101,11 +101,6 @@ 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 {