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 bc51dd0 commit e18dfee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion networking_module/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ ui <- fluidPage(
fluidRow(
tags$div(
tags$img(src = "xroad-metrics-100.png", align = "left"),
tags$img(src = "eu_rdf_100_en.png", align = "right")
tags$img(src = "eu_rdf_100_en.png", align = "right"),
style = "margin: 0"
)
),

Expand Down

0 comments on commit e18dfee

Please sign in to comment.