Skip to content

Conversation

@paulirish
Copy link
Member

fixes #9311

margin: var(--audit-padding-vertical) 0 calc(var(--audit-padding-vertical) / 2);
margin: var(--audit-padding-vertical) 0 calc(var(--audit-padding-vertical) / 2) var(--audit-margin-horizontal);
line-height: var(--audit-explanation-line-height);
display: inline-block;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what practical effect does this have for our purposes?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's currently a div (w/ display block). this forces a newline

i need it to be inline but also with horizontal margin.

i could change it from a div to a span and maybe drop this display prop but w/e

Copy link
Collaborator

@patrickhulce patrickhulce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

more spacing issues in audit title

4 participants