diff --git a/src/styles/index.scss b/src/styles/index.scss index a4c9500..ad4fb71 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -13,12 +13,12 @@ html { overflow-y: auto; - background-color: var(--primary-color); + min-height: 100vh; } body { background-color: white; - height: calc(100vh - 54px); + padding: 15px 0 0; } .app { diff --git a/src/views/accounts/AccountNew.vue b/src/views/accounts/AccountNew.vue index bea88e1..028b336 100644 --- a/src/views/accounts/AccountNew.vue +++ b/src/views/accounts/AccountNew.vue @@ -7,23 +7,35 @@
{{ $tc('validation.max_char', 30 - name.length, { max: 30 - name.length }) }}
++ {{ + $tc('validation.max_char', 30 - name.length, { + max: 30 - name.length + }) + }} +