-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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 ui runtime settings #8192
Conversation
fixed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🖥<- runtime settings
@@ -242,6 +248,10 @@ | |||
cursor: pointer; | |||
} | |||
|
|||
.lh-container { | |||
word-break: break-word; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a warning that i've had word-break challenges in devtools.
there's currently this bit over there: https://cs.chromium.org/chromium/src/third_party/blink/renderer/devtools/front_end/audits2/audits2Panel.css?l=40-42&rcl=312a1d6da6d167ba89c90bd051c5181a66a5184c
let's keep an eye out for how this may trigger issues.
} | ||
.lh-env { | ||
padding: var(--default-padding) 0; | ||
} | ||
.lh-env__items { | ||
padding-left: 16px; | ||
margin-bottom: var(--audits-margin-bottom); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
redundant.
} | ||
span.lh-env__name { | ||
font-weight: bold; | ||
color: var(--secondary-text-color); | ||
min-width: var(--setting-title-min-width); | ||
flex: .5; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.5
} | ||
span.lh-env__name { | ||
font-weight: bold; | ||
color: var(--secondary-text-color); | ||
min-width: var(--setting-title-min-width); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's try to align the names here
env vs setting
name vs title
f8a3082
to
fc2cbac
Compare
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the ℹ️ Googlers: Go here for more info. |
i messed up this rebase |
Branched off of #8121. Will rebase off master when that is merged.
See: https://lh-pr-report-redesign.surge.sh/5
#8185