Content
@
0 reply
0 recast
0 reaction
Steve
@sdv.eth
Here’s a tip for anyone debugging layout in css: * { outline: 1px solid; } For debugging, outline is superior to border as it not part of the box model, and thus affect width/height calculations. Depending on how you write your css, this selector may be localized to your component, or global to the entire page.
2 replies
0 recast
2 reactions
Greg
@greg
background: red
1 reply
0 recast
0 reaction
Phil Cockfield
@pjc
Super useful - thanks @sdv.eth
0 reply
0 recast
0 reaction