| Index: chrome/browser/resources/snippets_internals.html
|
| diff --git a/chrome/browser/resources/snippets_internals.html b/chrome/browser/resources/snippets_internals.html
|
| index 0ee1b91442a48b429192dc331ad8eb486da542fc..c1f7511d6d3c587ea69223128d48972f8b984ec0 100644
|
| --- a/chrome/browser/resources/snippets_internals.html
|
| +++ b/chrome/browser/resources/snippets_internals.html
|
| @@ -121,13 +121,16 @@ found in the LICENSE file.
|
| <button id="submit-dump" type="button">Dump the list</button>
|
| </h2>
|
| <div jsselect="list" style="display:none">
|
| - <h3>
|
| - <span jscontent="title"></span>
|
| - <span class="detail">
|
| - (id = <span jscontent="categoryId"></span>,
|
| - <span jscontent="status"></span>)
|
| - </span>
|
| -
|
| + <div>
|
| + <h3 style="margin-bottom: 0px; padding-bottom: 0px;">
|
| + <span jscontent="title"></span>
|
| + <span class="detail">
|
| + (id = <span jscontent="categoryId"></span>,
|
| + <span jscontent="status"></span>)
|
| + </span>
|
| + </h3>
|
| + </div>
|
| + <div class="vertical-buttons">
|
| <button jsvalues="category-id:categoryId" type="button"
|
| class="submit-clear-cached-suggestions">
|
| Clear cached suggestions
|
| @@ -140,7 +143,7 @@ found in the LICENSE file.
|
| class="submit-clear-dismissed-suggestions">
|
| Clear dismissed suggestions
|
| </button>
|
| - </h3>
|
| + </div>
|
|
|
| <table class="section-details">
|
| <tr jsselect="suggestions" style="display:none">
|
|
|