| Index: ui/webui/resources/cr_elements/cr_checkbox/cr_checkbox.css
 | 
| diff --git a/chrome/browser/resources/pdf/elements/viewer-bookmark/viewer-bookmark.css b/ui/webui/resources/cr_elements/cr_checkbox/cr_checkbox.css
 | 
| similarity index 82%
 | 
| copy from chrome/browser/resources/pdf/elements/viewer-bookmark/viewer-bookmark.css
 | 
| copy to ui/webui/resources/cr_elements/cr_checkbox/cr_checkbox.css
 | 
| index f20997dd5eefe1eaf97e8274eaab56040600bc49..204e397c466ba411b87b0a6b69a838c653041545 100644
 | 
| --- a/chrome/browser/resources/pdf/elements/viewer-bookmark/viewer-bookmark.css
 | 
| +++ b/ui/webui/resources/cr_elements/cr_checkbox/cr_checkbox.css
 | 
| @@ -2,6 +2,6 @@
 | 
|   * Use of this source code is governed by a BSD-style license that can be
 | 
|   * found in the LICENSE file. */
 | 
|  
 | 
| -.sub-bookmark {
 | 
| -  margin-left: 1em;
 | 
| +:host {
 | 
| +  display: inline-block;
 | 
|  }
 | 
| 
 |