Off-by-one error in box-sizing(?) implementation

Feedly (http://feedly.com) displays incorrectly in “cards” view vs. Chrome. In Chrome, the display shows 3 items across. In Brave, 2. If I remove a single pixel of padding from the container, all is well.

margin-left: auto;
margin-right: auto;
padding-left: 23px; – changed from 24
padding-right: 24px;

This topic was automatically closed after 30 days. New replies are no longer allowed.