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

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

Issue 2412003002: MD History: Fix overlapping of sidebar footer in very short windows (Closed)
Patch Set: Layout tweaks Created 4 years, 2 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/app.html
diff --git a/chrome/browser/resources/md_history/app.html b/chrome/browser/resources/md_history/app.html
index 574706423a37bd64582cf6823ad0721bcdb7fde5..f6a3538678cc677c61dce4972f8487d674ebad8c 100644
--- a/chrome/browser/resources/md_history/app.html
+++ b/chrome/browser/resources/md_history/app.html
@@ -58,9 +58,9 @@
#drawer-header {
align-items: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
+ box-sizing: border-box;
lshang 2016/10/12 05:15:28 nit: Is this necessary? This seems to just include
tsergeant 2016/10/12 06:06:45 This is a very minor thing, but the 1px change her
display: flex;
height: var(--toolbar-height);
- margin-bottom: 5px;
}
h1 {

Powered by Google App Engine
This is Rietveld 408576698