You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[clang][dataflow] Various formatting tweaks to HTMLLogger. (#68392)
* Ensure timeline entries don't have linebreaks by setting
`min-width: max-content`.
* Give the timeline header some padding on the right so it doesn't run
into the
"Function" header.
* Put some padding around the iteration choosers so they don't run into
each
other.
* Eliminate the "Iteration" text from the iteration choosers, which took
up a
lot of space. It should be clear what these are without the "Iteration"
text. (This makes the above problem of iteration choosers running into
each
other less likely, but also add the padding nonetheless.)
Before:

After:

0 commit comments