b-progress should apply the heigth prop to itself
See original GitHub issueOtherwise, it keeps its 1rem
default value.
https://github.com/bootstrap-vue/bootstrap-vue/blob/dev/lib/components/progress.vue
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
Height property - Progress Documentation - Progress Software
The height of the control-frame and control-frame COM object, in pixels. Return type: INTEGER. Access: Readable/Writeable. Applies to: CONTROL-FRAME widget, COM ...
Read more >Changing height of titanium progress bar
I am unable to change the height of the titanium progress bar. The height property affects the size of the container it is,...
Read more >Bootstrap 5 Progress Height
Bootstrap 5 Progress Height is used to set the height of the progress bar. To set the height of the progress bar, we...
Read more >The HTML5 progress Element
In this demo we'll change the background color, border-radius and then apply inset box shadow to the progress element container.
Read more >Building progress indicator cards with a single css property
The no-repeat is important, without it the background would just duplicate itself until it filled 100% of the image, as repeat is the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Originally the heights had to be set on the individual progress bars inside the progress container (and the default was 1rem in CSS) in Bootstrap V4.beta.1. bets.2 has moved this to the parent progress container.
We’ll see about removing the default
1rem
so that it can fall back to the new beta.2 CSS default.Just tested the fix, it works fine!