Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(990)

Unified Diff: chrome/browser/resources/md_history/grouped_list.html

Issue 2073703002: MD History: Simplify flex layout in <history-list> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/md_history/grouped_list.html
diff --git a/chrome/browser/resources/md_history/grouped_list.html b/chrome/browser/resources/md_history/grouped_list.html
index 98491ecbb31c1ccc3ddd61c3273892409412ae2e..0283ff97f4f93947034379cbf78ee03bb716d851 100644
--- a/chrome/browser/resources/md_history/grouped_list.html
+++ b/chrome/browser/resources/md_history/grouped_list.html
@@ -9,15 +9,16 @@
<template>
<style include="shared-style">
:host {
+ display: block;
overflow: auto;
position: relative;
- padding: var(--first-card-padding-top) var(--card-padding-side);
}
#main-container {
align-items: center;
display: flex;
flex-direction: column;
+ padding: var(--first-card-padding-top) var(--card-padding-side);
}
.domain-heading {

Powered by Google App Engine
This is Rietveld 408576698