Skip to content

Commit

Permalink
update styling
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-onyenaucheya-ons committed Dec 6, 2024
1 parent b23bbf1 commit 035b326
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/description-list/_description-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
clear: both;
float: left;
font-weight: $font-weight-bold;
white-space: nowrap;
}

&__value {
Expand Down Expand Up @@ -48,6 +49,9 @@
}

&--inline {
.ons-description-list__term {
padding-right: 1rem;
}
@include mq(l) {
display: grid;
grid-template-columns: repeat(3, 1fr);
Expand Down

0 comments on commit 035b326

Please sign in to comment.