Skip to content

Commit

Permalink
Fix progress bars width
Browse files Browse the repository at this point in the history
  • Loading branch information
stasm committed Sep 28, 2024
1 parent f8271d9 commit b20d248
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
color: #fff;
}

.field-row {
flex: 1;
}

progress[value] {
background-color: #fff;
border: 1px inset #dfdfdf;
Expand Down
4 changes: 4 additions & 0 deletions play/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
overflow: auto;
}

.field-row {
flex: 1;
}

progress[value] {
background-color: #fff;
border: 1px inset #dfdfdf;
Expand Down

0 comments on commit b20d248

Please sign in to comment.