Whenever I need borders that extend through padding, I’ve typically had to use some non semantic "inner padding" classes.
Turns out you can just set absolute position and left: 0, right: 0 and top: auto.
Yuji's Increasingly Infrequent Ramblings
Whenever I need borders that extend through padding, I’ve typically had to use some non semantic "inner padding" classes.
Turns out you can just set absolute position and left: 0, right: 0 and top: auto.