Skip to content

Commit

Permalink
IBX-7528: Fixed shadow button in extra actions (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored Oct 17, 2024
1 parent 44441cf commit cc62563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundle/Resources/public/scss/_extra-actions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}

&__content {
padding: calculateRem(32px) 25% calculateRem(32px) calculateRem(32px);
padding: calculateRem(32px) 25% calculateRem(48px) calculateRem(32px);
max-height: calc(100% - #{calculateRem(90px)});
overflow: auto;

Expand Down

0 comments on commit cc62563

Please sign in to comment.