Something went wrong while setting issue due date.
Possible navbar-left padding edge case
Closed
Possible navbar-left padding edge case
Created by: cvrebert
From @bazineta in 9b66e6b0:
This commit seems to leave the left side incorrectly positioned. Shouldn't this also have:
.navbar-nav.navbar-left:first-child { margin-left: -@navbar-padding-horizontal; }
In order to address the same issue on the left side?