Commit 39fa5ae5 authored by JasonTheKitten's avatar JasonTheKitten Committed by Chromium LUCI CQ

Change the behavior of URL word wrapping on the extensions page.

On the detail view, this will cause the URLs of inspectable views to wrap properly, instead of potentially overflowing the primary page.

Fixed: 1122384
Change-Id: I6c0d1cb5d8ee654bbf44e429b0765ca31d3363ec
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2543483Reviewed-by: default avatardpapad <dpapad@chromium.org>
Commit-Queue: Eric Willigers <ericwilligers@chromium.org>
Cr-Commit-Position: refs/heads/master@{#839922}
parent 0bba4721
......@@ -451,6 +451,7 @@ Jared Shumway <jaredshumway94@gmail.com>
Jared Sohn <jared.sohn@gmail.com>
Jared Wein <weinjared@gmail.com>
Jari Karppanen <jkarp@amazon.com>
Jason Gronn <jasontopia03@gmail.com>
Jay Oster <jay@kodewerx.org>
Jay Soffian <jaysoffian@gmail.com>
Jeado Ko <haibane84@gmail.com>
......
......@@ -58,8 +58,11 @@
}
.inspectable-view {
display: inline;
height: 20px;
overflow-wrap: anywhere;
width: auto; /* override the default button size of 24x24 */
word-break: normal;
}
@media (prefers-color-scheme: light) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment