| Index: chrome/browser/resources/history/history_mobile.css
|
| diff --git a/chrome/browser/resources/history/history_mobile.css b/chrome/browser/resources/history/history_mobile.css
|
| index 8cd9bcc6ce74e8bfd79c48b67be8b20d588cf984..4a4bfbfb021f05786ee877b15923a31dc54ea10e 100644
|
| --- a/chrome/browser/resources/history/history_mobile.css
|
| +++ b/chrome/browser/resources/history/history_mobile.css
|
| @@ -201,6 +201,10 @@ input {
|
| line-height: 1.3;
|
| }
|
|
|
| +.entry .visit-entry.blocked-indicator {
|
| + line-height: 2;
|
| +}
|
| +
|
| .entry .visit-entry :-webkit-any(a, .domain) {
|
| display: block;
|
| margin-left: 0;
|
| @@ -213,6 +217,10 @@ input {
|
| white-space: nowrap;
|
| }
|
|
|
| +.entry .visit-entry.blocked-indicator a {
|
| + display: inline;
|
| +}
|
| +
|
| .entry .domain {
|
| font-size: 14px;
|
| }
|
|
|