Skip to content

Commit

Permalink
IBX-7528: Fixed shadow button in extra actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored and KamilSznajdrowicz committed Oct 16, 2024
1 parent 44441cf commit e9e1dde
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 e9e1dde

Please sign in to comment.