| Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
|
| diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
|
| index 902606bc3d9a78d8a5779ceed05ff67daa29514f..55a355f17c22881626e26e0fa8788ead946f8f45 100644
|
| --- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
|
| +++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
|
| @@ -76,8 +76,7 @@
|
| margin: 0 20px;
|
| }
|
| </style>
|
| - <dialog is="cr-dialog" id="dialog" class="layout vertical"
|
| - on-cancel="onDialogCanceled_">
|
| + <dialog is="cr-dialog" id="dialog" on-cancel="onDialogCanceled_">
|
| <div class="title">[[getTitle_(dialogId)]]</div>
|
| <div class="body">
|
| <template is="dom-if" if="[[isDialogType_(dialogId, 'addDevice')]]">
|
|
|