TakePOS CSS fix in action buttons

This commit is contained in:
andreubisquerra 2020-03-27 23:19:56 +01:00 committed by GitHub
parent 235210b3bc
commit 0db7c2bf21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,7 +153,7 @@ button.actionbutton {
vertical-align: middle;
text-align: center;
overflow: visible; /* removes extra width in IE */
width:33%;
width: calc(33% - 2px);
height: calc(25% - 2px);
margin: 1px;
border-width: 0;