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
The add/remove links have widths of 73% and 28%, which adds up to 101% and wraps to the next line. These need to be rounded in such a way that they never add to more than 100.
It's -261, +99 which works out to 72.5% and 27.5%. Both round up. Right on the edge!