From 31863f96385674247764693ca40c3f3dc98a05cd Mon Sep 17 00:00:00 2001 From: Tatjana Dehler Date: Tue, 16 Oct 2018 12:28:16 +0200 Subject: [PATCH] mgr/dashboard: configs textarea disallow horizontal resize The textarea allows horizontal and vertical resize by default. Only the vertical resize is appropriate for this form. Fixes: http://tracker.ceph.com/issues/36452 Signed-off-by: Tatjana Dehler --- .../configuration-form/configuration-form.component.html | 4 ++-- .../configuration-form/configuration-form.component.scss | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.html b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.html index e2025fc33c17..dfedb8d0f83a 100644 --- a/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.html +++ b/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/configuration/configuration-form/configuration-form.component.html @@ -33,7 +33,7 @@ class="control-label col-sm-3">Description
-