Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Change from margin-block to margin for browser compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
smason0 committed Aug 24, 2023
1 parent c9c88dd commit 4fcc529
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
:local {
.label-value-view {
border: 0;
margin-block-end: 0;
margin-block-start: 0;
margin-bottom: 0;
margin-top: 0;
padding: 0;
word-break: break-word;
word-wrap: break-word;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ const LabelValueViewText = () => (
}
#dl-wrapper {
margin-block-end: 0;
margin-block-start: 0;
margin-bottom: 0;
margin-top: 0;
}
`}
</style>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const examples = () => (
}
#dl-wrapper {
margin-block-end: 0;
margin-block-start: 0;
margin-bottom: 0;
margin-top: 0;
}
`}
</style>
Expand Down

0 comments on commit 4fcc529

Please sign in to comment.