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

Commit

Permalink
[terra-clinical-header] Changed flex direction from column to row (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
saket2403 committed Mar 26, 2024
1 parent da64679 commit 58471b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/terra-clinical-header/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Unreleased

* Fixed
* Fixed flex direction of start and end content.

## 3.31.0 - (March 21, 2024)

* Changed
Expand Down
2 changes: 1 addition & 1 deletion packages/terra-clinical-header/src/Header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

.flex-end {
display: flex;
flex-flow: column wrap;
flex-flow: row wrap;
justify-content: flex-start;
align-items: flex-start;
align-content: flex-start;
Expand Down

0 comments on commit 58471b7

Please sign in to comment.