Skip to content

Commit

Permalink
fix margin of logo row in networking ui
Browse files Browse the repository at this point in the history
  • Loading branch information
mvjseppa committed Jun 23, 2021
1 parent e18dfee commit 40580a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions networking_module/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ ui <- fluidPage(
fluidRow(
tags$div(
tags$img(src = "xroad-metrics-100.png", align = "left"),
tags$img(src = "eu_rdf_100_en.png", align = "right"),
style = "margin: 0"
)
tags$img(src = "eu_rdf_100_en.png", align = "right")
),
style = "margin: 0"
),

fluidRow(
Expand Down

0 comments on commit 40580a9

Please sign in to comment.