Commit 079433c8 authored by dpapad's avatar dpapad Committed by Commit Bot

Settings WebUI: Fix case where a cookie with a long name can't be deleted.

The long name was not properly wrapped to multiple lines, causing the delete
button to not be visible.

Bug: 871639
Change-Id: Ibd95caeb9345edb660f3a7032705c15d6d719325
Reviewed-on: https://chromium-review.googlesource.com/c/1274891Reviewed-by: default avatarEsmael El-Moslimany <aee@chromium.org>
Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#598645}
parent d59ccb1a
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
.secondary, .secondary,
.start { .start {
max-width: 100%; max-width: 100%;
word-wrap: break-word; word-break: break-word;
} }
</style> </style>
<template is="dom-repeat" items="[[entries_]]"> <template is="dom-repeat" items="[[entries_]]">
......
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