Fix VSF drawer card empty blue block by removing column flex-basis 100%

This commit is contained in:
2026-05-21 11:57:29 +02:00
parent 6e823b9388
commit 87556f8188
+1 -1
View File
@@ -2095,7 +2095,7 @@ section + section {
width: 100%; width: 100%;
min-width: 0; min-width: 0;
max-width: none; max-width: none;
flex: 0 0 100%; align-self: stretch;
height: auto; height: auto;
} }