Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/4.6'
Browse files Browse the repository at this point in the history
(phpstan fix removed during merge-up as it is not needed on main)
  • Loading branch information
tischsoic committed Nov 7, 2024
2 parents ce42220 + 7b2607e commit 3b7baea
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 3b7baea

Please sign in to comment.