Skip to content

Commit

Permalink
update css
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-onyenaucheya-ons committed Dec 9, 2024
1 parent 3aa7edd commit 8f45296
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/components/description-list/_description-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,15 @@
}

.ons-description-list--inline & {
.ons-description-list__value:nth-of-type(1) {
.ons-description-list__value:nth-of-type(1),
.ons-description-list__term {
@include mq(l) {
margin-top: 0;
}
@include mq(xs, l) {
margin-top: 0.5rem;
}
}

.ons-description-list__term {
@include mq(l) {
margin-top: 0;
}
}
}
}
}
Expand Down

0 comments on commit 8f45296

Please sign in to comment.