We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
shiny.express.ui.card
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
For example:
from shiny.express import ui with ui.card(): ui.card_header("Header") "Body"
Both the header and the body are being wrapped in a .card-body, which is leading to the extra, unwanted, padding.
.card-body
The text was updated successfully, but these errors were encountered:
shiny.express.ui.card()
Close #948. Update shiny.ui.card() logic to better handle express' Re…
ff2c0b4
…callContextManager[CardItem] objects
For reference, this is what it's supposed to look like (with the DOM structure below):
And this is what it looks like on main:
main
Sorry, something went wrong.
with
Successfully merging a pull request may close this issue.
For example:
Both the header and the body are being wrapped in a
.card-body
, which is leading to the extra, unwanted, padding.The text was updated successfully, but these errors were encountered: