vue-numeric-input icon indicating copy to clipboard operation
vue-numeric-input copied to clipboard

Zoom less than 100% -,+ icons dissapper

Open VampSlayer opened this issue 5 years ago • 1 comments

When i zoom less than 100%, for exmaple 90% the Plus(+) and Minus(-) icons disapear. image

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; }

VampSlayer avatar Jul 05 '19 14:07 VampSlayer

Fixed in Version 2.0.0

JayeshLab avatar Oct 05 '21 11:10 JayeshLab