Skip to content

Commit

Permalink
[4.x] Fix fullscreen button in Group Fieldtype (#10009)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean authored May 7, 2024
1 parent 6ba5491 commit 51e2efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/components/fieldtypes/GroupFieldtype.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

<style>
.group-fieldtype-button-wrapper {
@apply flex justify-end absolute top-5 sm:top-7 rtl:left-0 ltr:right-0 @md:right-4 @lg:right-6;
@apply flex rtl:left-6 ltr:right-6 absolute top-5 sm:top-7;
}
.replicator-set .group-fieldtype-button-wrapper {
Expand Down

0 comments on commit 51e2efb

Please sign in to comment.