diff --git a/htdocs/takepos/css/pos.css.php b/htdocs/takepos/css/pos.css.php index a1d8c80d048..88482b4dcba 100644 --- a/htdocs/takepos/css/pos.css.php +++ b/htdocs/takepos/css/pos.css.php @@ -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; -} \ No newline at end of file +}