aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-08-26 16:00:19 -0400
committertaehoon <th.dev91@gmail.com>2019-08-26 16:00:19 -0400
commite1c2c5cfed0961e59b8b6f8cb36e60cc5781092f (patch)
treef59fdbe8464aa4efcf66250e5c10d2ba0def6c9c /src
parent8e33934e5062429bb8358296829d5317c97d82bb (diff)
make bio textarea resizable vertically only
Diffstat (limited to 'src')
-rw-r--r--src/components/registration/registration.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue
index e0fa214a..5bb06a4f 100644
--- a/src/components/registration/registration.vue
+++ b/src/components/registration/registration.vue
@@ -268,6 +268,7 @@ $validations-cRed: #f04124;
textarea {
min-height: 100px;
+ resize: vertical;
}
.form-group {