mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-16 19:46:58 +01:00
🐛 Placeholder width stretches out of screen (#1587)
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
}
|
||||
|
||||
.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
|
||||
|
||||
Reference in New Issue
Block a user