Index: chrome/browser/resources/settings/settings_page/settings_subpage.html |
diff --git a/chrome/browser/resources/settings/settings_page/settings_subpage.html b/chrome/browser/resources/settings/settings_page/settings_subpage.html |
index 0a4c36fd0fedf0ba9dd5ad1abcfd2c23fdbd9c7c..c0296af68e0a22f5690ac9128cd238cb6decabd8 100644 |
--- a/chrome/browser/resources/settings/settings_page/settings_subpage.html |
+++ b/chrome/browser/resources/settings/settings_page/settings_subpage.html |
@@ -32,7 +32,8 @@ |
h1 { |
color: var(--settings-nav-grey); |
- font-size: 107.6923%; /* go to 14px from 13px */ |
+ flex: 1; /* Push other items to the end. */ |
+ font-size: 107.6923%; /* Go to 14px from 13px */ |
font-weight: 500; |
} |
@@ -49,6 +50,7 @@ |
on-search-changed="onSearchChanged_"> |
</settings-subpage-search> |
</template> |
+ <content select=".subpage-title-extra"></content> |
</div> |
<content></content> |
</template> |