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

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
smason0 committed Aug 17, 2023
1 parent 5f81eaf commit e4a763b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/terra-clinical-label-value-view/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Fixed
* Removed extra top and bottom margins from LabelValueView description list.

## 3.31.0 - (August 2, 2023)

* Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ const LabelValueViewText = () => (
#dl-wrapper > dd {
margin-bottom: 14px;
}
#dl-wrapper {
margin-block-end: 0;
margin-block-start: 0;
}
`}
</style>
<h4 id="topicText">Vitals</h4>
Expand Down

0 comments on commit e4a763b

Please sign in to comment.