Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

align text and image on login page #156

Open
sm2607 opened this issue Nov 24, 2022 · 0 comments
Open

align text and image on login page #156

sm2607 opened this issue Nov 24, 2022 · 0 comments

Comments

@sm2607
Copy link

sm2607 commented Nov 24, 2022

Hi, I want to align text on left and image on right in same line at top of login page. (in example below, "Demo" should be on left and logo in right side at top of login page). But not able to achieve this.

ui <- fluidPage(

auth_ui(
id = "auth",
tags_top =
tags$div(
tags$h4("Demo", style = "align:left"),
tags$img(
src = "https://www.r-project.org/logo/Rlogo.png", width = 100
)
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant