vue-numeric-input
vue-numeric-input copied to clipboard
Zoom less than 100% -,+ icons dissapper
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; }
Fixed in Version 2.0.0