Skip to content

Commit

Permalink
Merge pull request #3535 from emilio/patch-1
Browse files Browse the repository at this point in the history
Fix #3528 - Fix CSS for description textarea
  • Loading branch information
Karl Dubost authored Feb 10, 2021
2 parents a7511a1 + f0be658 commit 37e6b72
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions webcompat/static/css/src/issue-wizard-textarea.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,16 @@
.progress-textarea .progress {
background: #b3f4d7;
border-radius: 2px;
bottom: 0;
content: "";
height: 20px;
left: 0;
margin: 4px;
overflow: hidden;
position: absolute;
width: calc(100% - 8px);
position: relative;
z-index: 2;
}

.progress-textarea .progress .bar {
background: #22b573;
bottom: 0;
content: "";
height: 20px;
left: 0;
min-width: 1%;
Expand Down

0 comments on commit 37e6b72

Please sign in to comment.