csnx icon indicating copy to clipboard operation
csnx copied to clipboard

Investigate specificity of layout component styles

Open jamesmockett opened this issue 8 months ago • 0 comments

Whilst adding documentation and putting together examples of the Source layout components I found that in some cases the spacing being applied is easily overridden by the child components. This is partly due to the order in which the styles are applied. If we were writing CSS directly this could be overcome by changing the order of the styles so layouts are applied last, but it's not clear how this should be done using Emotion.

jamesmockett avatar Jun 05 '24 17:06 jamesmockett