🐛 Placeholder width stretches out of screen (#1587)

This commit is contained in:
Meier Lukas
2023-11-11 16:49:35 +01:00
committed by GitHub
parent b146a7e1e2
commit e9aef74815

View File

@@ -42,7 +42,7 @@
} }
.grid-stack>.grid-stack-item { .grid-stack>.grid-stack-item {
min-width: calc(percentage(1) * #{var(--gridstack-widget-width)}); min-width: #{var(--gridstack-widget-width)};
} }
// Styling for sidebar grid-stack elements // Styling for sidebar grid-stack elements