NullPointer@programming.dev to Programmer Humor@programming.dev · edit-22 years agoCSSi.imgur.comvideomessage-square32linkfedilinkarrow-up1708arrow-down118file-text
arrow-up1690arrow-down1videoCSSi.imgur.comNullPointer@programming.dev to Programmer Humor@programming.dev · edit-22 years agomessage-square32linkfedilinkfile-text
minus-squareIronfacebusterlinkfedilinkarrow-up9·2 years agoTrying to fix padding on an element that has “pad-left” and “padding” at the same time but you don’t realize it
minus-squarediffcalculuslinkfedilinkEnglisharrow-up7·2 years agoThe way to fix a pad-bottom is simple! Just give the next element a negative margin-top!
minus-squareIronfacebusterlinkfedilinkarrow-up2·2 years agoI feel like I’ve actually done that, but it was only because I had to have the padding or else everything broke I’m glad I’m not alone 😔
minus-squarefidodolinkfedilinkEnglisharrow-up1·2 years agoThat’s no big deal, just use a linter. It’s also pretty obvious what the priority is in the inspector.
Trying to fix padding on an element that has “pad-left” and “padding” at the same time but you don’t realize it
The way to fix a pad-bottom is simple! Just give the next element a negative margin-top!
I feel like I’ve actually done that, but it was only because I had to have the padding or else everything broke
I’m glad I’m not alone 😔
That’s no big deal, just use a linter. It’s also pretty obvious what the priority is in the inspector.