FIX Responsive TakePOS action buttons

Nantes 2022
This commit is contained in:
andreubisquerra 2022-11-25 22:50:26 +01:00 committed by GitHub
parent 84e955cb61
commit e36e8d15ae
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;
}
}