From 30d01536555b8ebd5a5a847e81c9bbcdc20fef10 Mon Sep 17 00:00:00 2001 From: DianaXWiki Date: Wed, 26 Feb 2025 14:03:37 +0200 Subject: [PATCH] Add review changes #1722 --- www/form/app-form.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/form/app-form.less b/www/form/app-form.less index 93f28ec57..0405ee1cf 100644 --- a/www/form/app-form.less +++ b/www/form/app-form.less @@ -613,10 +613,9 @@ margin-top: -10px; margin-right: -10px; &.cp-is-empty { - max-height: fit-content; + height: fit-content; padding: 3px; - border: 2px solid @cp_alerts-danger-fg; - border-radius: @variables_radius; + border-radius: 0 @variables_radius 0 0; background-color: @cp_alerts-danger-bg; color: @cp_alerts-danger-text; }