Skip to content

Progress indicator has very small height in Fast design #8640

Description

@TheoMathurin

ALL software version info

Software Version Info
panel 1.9.3

Description of expected behavior and the observed behavior

In all settings except Fast design (i.e. other designs or no design), the progress bar has a height of 20 px. When Fast design is applied, it's 5 px. Setting the height explicitly does nothing.

Complete, minimal, self-contained example code that reproduces the issue

import panel as pn

pn.extension(design="fast")
progress = pn.indicators.Progress(label='Progress', value=20)
progress.servable()

Screenshots or screencasts of the bug in action

Here it is next to a regular button for comparison.

Image
  • I may be interested in making a pull request to address this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions