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

Make the toast content grow to fill remaining space #338

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 16, 2024

  1. Make the toast content grow to fill remaining space

    At the moment, the content div only takes up as much space as is needed for the title/description of the toast.
    
    This caused a problem for me when I rendered a progress bar in the toast description. By default, the progress bar was only as wide as the title, so it looked a bit funny. This PR fixes that by making the content grow to fill available space, so that variable-width items like progress bars take up the full content area by default.
    jessepinho committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    36af252 View commit details
    Browse the repository at this point in the history