Skip to content

Commit

Permalink
IBX-8935: Fixed footer in invite user modal (#1382)
Browse files Browse the repository at this point in the history
Co-authored-by: tischsoic <symfiz@gmail.com>
  • Loading branch information
dew326 and tischsoic authored Nov 7, 2024
1 parent 1a90d69 commit 7b2607e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ parameters:
path: src/bundle/Controller/LinkManagerController.php

-
message: "#^Cannot access offset 0 on iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Relation\\>\\.$#"
message: "#^Cannot access offset 0 on iterable\\<int, Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\Relation\\>\\.$#"
count: 1
path: src/bundle/Controller/LocationController.php

Expand Down Expand Up @@ -9546,7 +9546,7 @@ parameters:
path: src/lib/UI/Dataset/VersionsDataset.php

-
message: "#^Parameter \\#2 \\$array of function array_map expects array, iterable\\<Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\VersionInfo\\> given\\.$#"
message: "#^Parameter \\#2 \\$array of function array_map expects array, iterable\\<int, Ibexa\\\\Contracts\\\\Core\\\\Repository\\\\Values\\\\Content\\\\VersionInfo\\> given\\.$#"
count: 1
path: src/lib/UI/Dataset/VersionsDataset.php

Expand Down
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 7b2607e

Please sign in to comment.