mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Merge pull request #869 from prymitive/fix-percent
fix(ui): ensure that progress bar height is always enforced
This commit is contained in:
@@ -5,8 +5,12 @@
|
||||
padding-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
.components-labelWithPercent-progress {
|
||||
.components-labelWithPercent-progress.progress {
|
||||
height: 2px;
|
||||
margin-top: 2px;
|
||||
background-color: darken($light, 10%);
|
||||
}
|
||||
|
||||
.components-labelWithPercent-progress.progress > .progress-bar {
|
||||
height: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user