commit | 0830587aeeb4a87f7d0086b77e551f5e30231289 | [log] [tgz] |
---|---|---|
author | Yiming Zhou <uwyiming@google.com> | Fri Jun 27 01:31:51 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 27 01:31:51 2025 |
tree | 07739da157bc1994bbce681a51095f85559dbdcc | |
parent | 550b4fcf125738e423bb9efa6c94963efa857fcb [diff] |
[Extensions] Fixes Zero State Promo IPH layout issue. The WebUI based Extensions Zero State Promo IPH, plain text link variant is having an issue on Mac, where the text is getting squeezed to 4 rows instead of the 3 in the UI mock: https://screenshot.googleplex.com/39YCddo3YsTi2pv I believe the reason for this behavior is that text is larger on MAC, causing the 2nd row to overflow the bounds of 260px. The largest width that preserves the correct break off is 267px. Screenshot of fixed page (MAC): https://screenshot.googleplex.com/3SPRnbHKWEUEbqp Bug: 409573170 Change-Id: I8f90b2abf2f3b822a5827e57b998c38b629c4142 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6669376 Reviewed-by: Dana Fried <dfried@chromium.org> Commit-Queue: Yiming Zhou <uwyiming@google.com> Reviewed-by: Devlin Cronin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1479563}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.