diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-20 23:22:51 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-20 23:22:51 +0300 |
| commit | 58a975e8df0d72ea330a6120195cc9bc374d68ad (patch) | |
| tree | abb8f14e4fcbb02158cb609ccbd4c6f56e69caf4 /src/components/login_form | |
| parent | 076c52788b46258078ce2d83fdac82d75692c74b (diff) | |
cleanup and fixes
Diffstat (limited to 'src/components/login_form')
| -rw-r--r-- | src/components/login_form/login_form.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/login_form/login_form.vue b/src/components/login_form/login_form.vue index 87fa37c6..21482977 100644 --- a/src/components/login_form/login_form.vue +++ b/src/components/login_form/login_form.vue @@ -101,7 +101,7 @@ padding: 0.6em; .btn { - min-height: 28px; + min-height: 2em; width: 10em; } |
