diff --git a/www/form/app-form.less b/www/form/app-form.less index b87c47190..fb4dc7c4e 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -440,9 +440,9 @@ } .cp-form-results-type-textarea-data { white-space: pre-wrap; - font-size: 14px; - border: 1px solid @cp_profile-hint; - padding: 0 5px; + padding: 5px 10px; + background: @cp_form-bg2; + &:not(:last-child) { margin-bottom: 1px; } } .cp-form-results-type-radio { display: table;