fix: logo overflow on login (#1050)
Resolves #1046 Co-authored-by: Dominik Pschenitschni <mail@celement.de> Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1050 Reviewed-by: konrad <k@knt.li> Co-authored-by: dpschen <dpschen@noreply.kolaente.de> Co-committed-by: dpschen <dpschen@noreply.kolaente.de> (cherry picked from commit 44f8e3ea9b1fbc95d3a8f18aca559b9039ecc342)
This commit is contained in:
parent
12bec04c42
commit
04c94418d7
@ -39,5 +39,6 @@ const motd = computed(() => store.state.config.motd)
|
|||||||
|
|
||||||
.logo {
|
.logo {
|
||||||
color: var(--logo-text-color);
|
color: var(--logo-text-color);
|
||||||
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user