mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
[AC-1423] Add minWidth input to bit-progress component
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
aria-valuemin="0"
|
||||
aria-valuemax="100"
|
||||
attr.aria-valuenow="{{ barWidth }}"
|
||||
[ngStyle]="{ width: barWidth + '%' }"
|
||||
[ngStyle]="{ width: barWidthPercentage + '%' }"
|
||||
>
|
||||
<div
|
||||
*ngIf="displayText"
|
||||
|
||||
Reference in New Issue
Block a user