Stop left navigation card stretching

This commit is contained in:
2026-06-16 20:41:56 +02:00
parent 8690a64a94
commit a0777312c2
+1 -1
View File
@@ -10,7 +10,7 @@
.sg-left-navigation-pattern__layout { .sg-left-navigation-pattern__layout {
display: flex; display: flex;
align-items: stretch; align-items: flex-start;
gap: 0; gap: 0;
width: 100%; width: 100%;
min-width: 0; min-width: 0;