Skip to content

Commit

Permalink
approve visual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
precious-onyenaucheya-ons committed Nov 29, 2024
1 parent 6b953a8 commit c62a87d
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 24 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 15 additions & 15 deletions src/components/description-list/_description-list.scss
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
.ons-description-list {
&__items & {
&__items {
margin: 0 0 2rem;
}

&__term {
clear: both;
float: left;
font-weight: $font-weight-bold;
word-break: break-word;
}
&__term {
clear: both;
float: left;
font-weight: $font-weight-bold;
word-break: break-word;
}

&__value {
float: right;
margin-left: 0; /* As normalize adds a 40px left margin */
word-break: break-word;
&__value {
float: right;
margin-left: 0; /* As normalize adds a 40px left margin */
word-break: break-word;

& + & {
@include mq(m) {
margin-top: 0;
}
& + & {
@include mq(m) {
margin-top: 0;
}
}
}
Expand Down

0 comments on commit c62a87d

Please sign in to comment.