Commit dad5078a authored by Jdragon's avatar Jdragon Committed by Commit Bot

Fix that cookies with long names can't be deleted

This change fix settings css to access expand and delete icons.
As a Result, cookies with long names can be deleted.

Bug: 871639
Change-Id: Ic3c090d8593ea78b61be656a316b49e240fe6b42
Reviewed-on: https://chromium-review.googlesource.com/1202362
Commit-Queue: Jinho Bang <jinho.bang@samsung.com>
Reviewed-by: default avatarSteven Bennetts <stevenjb@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592760}
parent 3f3cb513
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
.secondary, .secondary,
.start { .start {
max-width: 100%; max-width: 100%;
overflow: hidden;
word-wrap: break-word; word-wrap: break-word;
} }
</style> </style>
......
...@@ -23,6 +23,9 @@ ...@@ -23,6 +23,9 @@
#label { #label {
flex: 1; flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} }
</style> </style>
<div id="outer" actionable> <div id="outer" actionable>
......
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