summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/bookmark_manager/css/bmm.css
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/resources/bookmark_manager/css/bmm.css')
-rw-r--r--chrome/browser/resources/bookmark_manager/css/bmm.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/chrome/browser/resources/bookmark_manager/css/bmm.css b/chrome/browser/resources/bookmark_manager/css/bmm.css
index 0631a1b..5a491a3 100644
--- a/chrome/browser/resources/bookmark_manager/css/bmm.css
+++ b/chrome/browser/resources/bookmark_manager/css/bmm.css
@@ -24,12 +24,12 @@ list > * {
}
list > * > * {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
-webkit-box-sizing: border-box;
- background: 0 50% no-repeat;
-webkit-padding-start: 20px;
+ background: 0 50% no-repeat;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: pre; /* Don't collapse whitespace */
}
list > * > .label {
@@ -272,3 +272,4 @@ html[dir=rtl] .summary button {
padding-right: 0;
padding-left: 11px;
}
+