Add padding to selection text
This commit is contained in:
7
ui.R
7
ui.R
@@ -182,8 +182,11 @@ ui <- function() {
|
|||||||
# farbe rgba ist die exakte Farbe der Trennlinien und Card-Umrandungen aus der App
|
# farbe rgba ist die exakte Farbe der Trennlinien und Card-Umrandungen aus der App
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
uiOutput("txt_map_selection_bezirk"),
|
div(
|
||||||
uiOutput("txt_map_selection_stadtteil"),
|
style ="padding: 0 15px; margin-top: 10px;",
|
||||||
|
uiOutput("txt_map_selection_bezirk"),
|
||||||
|
uiOutput("txt_map_selection_stadtteil"),
|
||||||
|
),
|
||||||
plotOutput("grph_top3"),
|
plotOutput("grph_top3"),
|
||||||
),
|
),
|
||||||
col_widths = breakpoints(
|
col_widths = breakpoints(
|
||||||
|
|||||||
Reference in New Issue
Block a user