aboutsummaryrefslogtreecommitdiff
path: root/src/components/registration
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-04-04 19:41:09 +0300
committerHenry Jameson <me@hjkos.com>2022-04-04 19:41:09 +0300
commit71863061c691df7f59cf4be283a3e0772d485378 (patch)
treea48abdfeb7a4e585f84a97f22d11938a8fff5a65 /src/components/registration
parent0e83ced25b612250d8126778288b7b44f3b91dfc (diff)
fixed tons of stuff, at least it looks normalish on desktop
Diffstat (limited to 'src/components/registration')
-rw-r--r--src/components/registration/registration.vue5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue
index 3d409109..1e735c69 100644
--- a/src/components/registration/registration.vue
+++ b/src/components/registration/registration.vue
@@ -271,7 +271,10 @@ $validations-cRed: #f04124;
.container {
display: flex;
flex-direction: row;
- //margin-bottom: 1em;
+
+ > * {
+ min-width: 0;
+ }
}
.terms-of-service {