Skip to content

Commit

Permalink
IBX-8935: Fixed footer in invite user modal
Browse files Browse the repository at this point in the history
  • Loading branch information
dew326 authored and bogusez committed Nov 7, 2024
1 parent 1a90d69 commit e1e2fc4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/bundle/Resources/public/scss/_user-invitation-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
bottom: 0;
background: $ibexa-color-white;
border-top-width: calculateRem(1px);
z-index: 1;
}

.ibexa-alert {
Expand All @@ -28,10 +29,6 @@
position: relative;
}

&__main {
margin-right: calculateRem(-8px);
}

&__issues-alert {
&--hidden {
display: none;
Expand Down

0 comments on commit e1e2fc4

Please sign in to comment.