Merge pull request #13436 from andreubisquerra/develop

TakePOS CSS fix in action buttons
This commit is contained in:
Laurent Destailleur 2020-03-30 19:20:57 +02:00 committed by GitHub
commit 3a33b92151
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;