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.
This commit is contained in:
Sergey Krashevich
2025-12-27 08:50:00 +03:00
parent 0e65bd05c4
commit 4c50a2c00c
-1
View File
@@ -11,7 +11,6 @@
#config {
flex: 1 1 auto;
min-height: 0;
border-top: 1px solid #ccc;
min-height: 300px;
}