From e55117d94499ad4652a27939fb2b10dd9a44130d Mon Sep 17 00:00:00 2001 From: Millicool Date: Wed, 21 Jan 2026 10:05:41 +0100 Subject: [PATCH] Add specific breakpoint --- ui.R | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ui.R b/ui.R index 502ee80..09e737e 100644 --- a/ui.R +++ b/ui.R @@ -186,7 +186,10 @@ ui <- function() { uiOutput("txt_map_selection_stadtteil"), plotOutput("grph_top3"), ), - col_widths = c(8, 4), + col_widths = breakpoints( + sm = c(12, 12), # Auf kleinen Bildschirmen: untereinander (100% Breite) + md = c(8, 4) # Auf Desktop: nebeneinander (8 zu 4 Aufteilung) + ) ), sidebar = sidebar( radioButtons(