ALL software version info
Software Version Info
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.
ALL software version info
Software Version Info
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
Screenshots or screencasts of the bug in action
Here it is next to a regular button for comparison.