Merge pull request #22984 from andreubisquerra/patch-1

FIX Responsive TakePOS action buttons
This commit is contained in:
Laurent Destailleur 2022-11-26 00:47:53 +01:00 committed by GitHub
commit c460510309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -716,9 +716,12 @@ div#moreinfo, div#infowarehouse {
}
button.actionbutton {
min-height: 60px;
display: inline-flex;
align-items: center;
justify-content: center;
padding-left: 4px;
padding-right: 4px;
min-height: 30px;
}
}
@ -1045,4 +1048,4 @@ html {
.topnav.overflow .arrows {
display: flex;
}
}