Update app.R
Browse files
app.R
CHANGED
@@ -251,7 +251,7 @@ ui <- dashboardPage(
|
|
251 |
# -- 2nd row: citation spanning the full width below --
|
252 |
fluidRow(
|
253 |
column(
|
254 |
-
width =
|
255 |
box(
|
256 |
width = NULL,
|
257 |
title = strong("Citation"),
|
|
|
251 |
# -- 2nd row: citation spanning the full width below --
|
252 |
fluidRow(
|
253 |
column(
|
254 |
+
width = 9,
|
255 |
box(
|
256 |
width = NULL,
|
257 |
title = strong("Citation"),
|