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

Panel 1.0. No margin between panels in Fast template #4438

Closed
MarcSkovMadsen opened this issue Feb 11, 2023 · 1 comment
Closed

Panel 1.0. No margin between panels in Fast template #4438

MarcSkovMadsen opened this issue Feb 11, 2023 · 1 comment
Milestone

Comments

@MarcSkovMadsen
Copy link
Collaborator

I'm on the current main branch of Panel (post 0.14.3). When I try out the FastListTemplate I can see that there is no longer any margin between the panes.

image

import panel as pn

pn.extension(sizing_mode="stretch_width", template="fast")

pn.Column("Header", "Main", "Footer").servable()
pn.Column("Header", "Main", "Footer").servable()
@philippjfr
Copy link
Member

Fixed in #4326

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

Successfully merging a pull request may close this issue.

2 participants