Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

report: fix explanation rendering #9439

Merged
merged 1 commit into from
Jul 24, 2019
Merged

report: fix explanation rendering #9439

merged 1 commit into from
Jul 24, 2019

Conversation

paulirish
Copy link
Member

fixes #9311

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