From 4c50a2c00cdb9fa4aad0c7a5e3ebc0fd7ea9a9ec Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Sat, 27 Dec 2025 08:50:00 +0300 Subject: [PATCH] Remove redundant min-height property from #config Deleted an unnecessary 'min-height: 0;' CSS rule from the #config selector, as a fixed min-height is already set. --- www/config.html | 1 - 1 file changed, 1 deletion(-) diff --git a/www/config.html b/www/config.html index df8edc91..e6562c5d 100644 --- a/www/config.html +++ b/www/config.html @@ -11,7 +11,6 @@ #config { flex: 1 1 auto; - min-height: 0; border-top: 1px solid #ccc; min-height: 300px; }