| 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 b6f5c57c894e91f91215ecd2169aeee062058584..8b0daf0a57ba33ddaa760b593fefc5370e675ff0 100644
|
| --- a/chrome/browser/resources/history/history_mobile.css
|
| +++ b/chrome/browser/resources/history/history_mobile.css
|
| @@ -124,7 +124,6 @@ h3,
|
| #search-field {
|
| border-bottom: 1px solid rgb(220, 220, 220);
|
| border-top: 1px solid rgb(220, 220, 220);
|
| - display: block;
|
| margin-bottom: -1px;
|
| overflow: hidden;
|
| }
|
| @@ -135,6 +134,10 @@ h3,
|
| height: 60px;
|
| }
|
|
|
| +.entry-box-container {
|
| + display: block;
|
| +}
|
| +
|
| input {
|
| border-radius: 0;
|
| }
|
|
|