aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2019-08-26 21:18:11 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2019-08-26 21:18:11 +0000
commit8c465719cc542cdee57cc80393e7c0943228004b (patch)
treef59fdbe8464aa4efcf66250e5c10d2ba0def6c9c /src
parent8e33934e5062429bb8358296829d5317c97d82bb (diff)
parente1c2c5cfed0961e59b8b6f8cb36e60cc5781092f (diff)
Merge branch '650' into 'develop'
Make bio textarea resizable vertically only Closes #650 See merge request pleroma/pleroma-fe!928
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 {