You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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; }
The text was updated successfully, but these errors were encountered:
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; }
The text was updated successfully, but these errors were encountered: