Merge pull request #22984 from andreubisquerra/patch-1
FIX Responsive TakePOS action buttons
This commit is contained in:
commit
c460510309
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user