Skip to content

Commit

Permalink
Fix button layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcconechy committed Apr 5, 2024
1 parent bc4eb48 commit f8e1b0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
## v4.95.0 Fixes

- `[Forms]` Fixed fileupload layout in compact form. ([#8537](https://github.com/infor-design/enterprise/issues/8537))
- `[Cards]` Fixed title and button regression and position. ([#8602](https://github.com/infor-design/enterprise/issues/8602))

## v4.94.0

Expand Down
5 changes: 3 additions & 2 deletions src/components/cards/_cards-new.scss
Original file line number Diff line number Diff line change
Expand Up @@ -310,8 +310,9 @@

&:not(.has-toolbar) {
> .btn-actions {
right: 0;
top: -1px;
right: 8px;
top: 7px;
position: absolute !important
}
}
}
Expand Down
1 change: 1 addition & 0 deletions src/components/cards/_cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ $card-header-section: '.card-header-section', '.widget-header-section';
> h1,
> button {
float: left;
margin-bottom: 1px;
}

.btn-actions,
Expand Down

0 comments on commit f8e1b0a

Please sign in to comment.