Skip to content

Commit

Permalink
display: contents to margin-right: 0
Browse files Browse the repository at this point in the history
  • Loading branch information
langz committed Nov 21, 2024
1 parent 849f6e0 commit 4a7c8cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
max-width: var(--dt-max-width);

&:empty {
display: contents;
margin-right: 0;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ del .dnb-code {
max-width: var(--dt-max-width);
}
.dnb-dl__layout--horizontal dt:empty {
display: contents;
margin-right: 0;
}
.dnb-dl__layout--horizontal dd {
width: var(--dd-max-width);
Expand Down

0 comments on commit 4a7c8cb

Please sign in to comment.