Skip to content

Commit

Permalink
minor #5633 Fixed CSS when an entity has too many action (lyrixx)
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Feb 16, 2023
2 parents 6529eb4 + 855f610 commit 32209a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/css/easyadmin-theme/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -525,15 +525,16 @@ body.ea-edit .content-header {
margin-right: 10px;
}
.content-header .page-actions {
align-items: center;
justify-content: right;
flex-wrap: wrap;
row-gap: 1em;
display: flex;
flex-direction: row;
margin: 10px 0 15px;

&:empty { display: none; }

@media(min-width: 768px) {
justify-content: space-between;
margin: 2px 1px 0 10px;
}

Expand Down

0 comments on commit 32209a4

Please sign in to comment.