Skip to content

Commit

Permalink
HTML Reporter: Remove units for 0 values in qunit.css
Browse files Browse the repository at this point in the history
Implemented by recommendation from CSS Validator.

Closes #1715.
  • Loading branch information
hareesh-pillai committed May 29, 2023
1 parent 0d034a1 commit ceea0ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/qunit.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
@media (min-height: 500px) {
#qunit {
position: fixed;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
left: 0;
right: 0;
top: 0;
bottom: 0;
padding: 8px;
display: -webkit-box;
display: flex;
Expand Down

0 comments on commit ceea0ec

Please sign in to comment.