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/+/2543483 Reviewed-by: dpapad <dpapad@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#839922}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
0bba4721c5
commit
39fa5ae525
1
AUTHORS
1
AUTHORS
@ -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) {
|
||||
|
Reference in New Issue
Block a user