summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/search_engines_page/search_engine_entry_css.html
blob: 3c01e83aebf37a39c47408a078a4d3a5e5bc3d9e (plain)
1
2
3
4
5
6
7
8
9
10
<dom-module id="search-engine-entry">
  <template>
    <style>
      site-favicon {
        margin-inline-end: 8px;
        min-width: 16px;
      }
    </style>
  </template>
</dom-module>