Add specific breakpoint
This commit is contained in:
5
ui.R
5
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(
|
||||
|
||||
Reference in New Issue
Block a user