diff --git a/openstack_dashboard/static/dashboard/less/horizon.less b/openstack_dashboard/static/dashboard/less/horizon.less index 8975dd41d..7505dc499 100644 --- a/openstack_dashboard/static/dashboard/less/horizon.less +++ b/openstack_dashboard/static/dashboard/less/horizon.less @@ -728,6 +728,9 @@ form.horizontal fieldset { .modal-body fieldset .form-field select { width: 308px; } +.modal-body fieldset .form-field textarea { + height: @baseLineHeight * 2; +} .modal-footer input { width: auto;