Open
Description
When i zoom less than 100%, for exmaple 90% the Plus(+) and Minus(-) icons disapear.
I was able to get back the minus icon atleast with below css. But not the plus
.vue-numeric-input .btn-decrement .btn-icon::before { -webkit-transform: translate(-50%,50%) !important; transform: translate(-50%,50%) !important; } .vue-numeric-input .btn-increment .btn-icon::before { -webkit-transform: translate(-50%,50%) !important; transform: translate(-50%,50%) !important; }
Metadata
Metadata
Assignees
Labels
No labels