| Index: ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html
|
| diff --git a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html
|
| index a39cf9c4ec2b579b62757ec29ad150d6c1c7f233..bfbe0c97fc86cccf647b288c5c59fc4ef5bf514f 100644
|
| --- a/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html
|
| +++ b/ui/webui/resources/cr_elements/cr_toolbar/cr_toolbar.html
|
| @@ -22,8 +22,8 @@
|
| flex: 1;
|
| font-size: 123%;
|
| font-weight: 400;
|
| - text-overflow: ellipsis;
|
| overflow: hidden;
|
| + text-overflow: ellipsis;
|
| white-space: nowrap;
|
| }
|
|
|
| @@ -64,8 +64,8 @@
|
| }
|
|
|
| :host([narrow][showing-search_]) #leftContent {
|
| - position: absolute;
|
| opacity: 0;
|
| + position: absolute;
|
| }
|
|
|
| :host(:not([narrow])) #leftContent {
|
| @@ -102,8 +102,8 @@
|
| clip-path: polygon(0 105%, 100% 105%, 50% 0);
|
| content: '';
|
| display: block;
|
| - left: 10px;
|
| height: 6px;
|
| + left: 10px;
|
| position: absolute;
|
| top: -6px;
|
| width: 12px;
|
|
|