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

Padding broken in current pypi build? #754

Closed
jcheng5 opened this issue Oct 7, 2023 · 2 comments
Closed

Padding broken in current pypi build? #754

jcheng5 opened this issue Oct 7, 2023 · 2 comments
Assignees

Comments

@jcheng5
Copy link
Collaborator

jcheng5 commented Oct 7, 2023

image
from shiny import App, render, ui
from shiny import experimental as x

app_ui = x.ui.page_sidebar(
    x.ui.sidebar("Hello"),
    "Hello"
)

app = App(app_ui, None)

Looks fine on shinylive.io but not when I just pip install -U shiny

@jcheng5 jcheng5 changed the title Padding broken in latest pypi build? Padding broken in current pypi build? Oct 7, 2023
@cpsievert
Copy link
Collaborator

cpsievert commented Oct 10, 2023

I haven't been able to reproduce this -- maybe double-check it still happens after disabling the browser cache?

@wch
Copy link
Collaborator

wch commented Feb 28, 2024

Closing because the sidebar has been revamped since this issue was created.

@wch wch closed this as completed Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants