Skip to content

Commit

Permalink
fix(material/forms): add padding-top for range tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
sara-gnucoop authored and robzan8 committed Oct 16, 2023
1 parent 01d2091 commit 79d1885
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions projects/material/forms/src/range-field.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
.ajf-range-label {
ajf-range {

display: inline-block;
padding: 0 10px;
padding-top: 20px;

.ajf-range-label {
display: inline-block;
padding: 0 10px;
}
}

0 comments on commit 79d1885

Please sign in to comment.