diff options
-rw-r--r-- | chrome/browser/resources/new_new_tab.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css index a4d7c46..7efc811 100644 --- a/chrome/browser/resources/new_new_tab.css +++ b/chrome/browser/resources/new_new_tab.css @@ -607,14 +607,14 @@ html[dir=rtl] #option-menu > [command=hide]:before { color: black; display: inline-block; font-weight: bold; - margin: 5px; + margin: 5px 3px; overflow: hidden; padding: 111px 10px 10px; /* 10 + 96 + 5 */ text-align: center; text-decoration: none; text-overflow: ellipsis; white-space: nowrap; - width: 121px; /* 920 / 7 - margin * 2 */ + width: 124px; /* 920 / 7 - margin * 2 */ } #apps-section a[new=new] { |