learnlayout icon indicating copy to clipboard operation
learnlayout copied to clipboard

Add padding-top to elem class in order to prevent the labels from overlapping

Open ghost opened this issue 7 years ago • 1 comments

without this labels can't be read on pages flexbox or inline-block-layout.

BEFORE image

AFTER image

ghost avatar Jan 18 '18 21:01 ghost

Finally got around to looking at this today, sorry for the delay. I found a couple regressions in this PR that need to be addressed, here they are:

The text in elements is no longer centered:

screen shot 2018-02-13 at 10 01 24 pm

For reference, here is the live version:

screen shot 2018-02-13 at 10 02 44 pm

The span style is broken:

screen shot 2018-02-13 at 10 01 18 pm

incompl avatar Feb 14 '18 03:02 incompl