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

Unified Diff: ui/file_manager/file_manager/foreground/css/file_manager.css

Issue 1088413002: Files.app: Set min-width/min-height for inner flex container explicitly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/file_manager/file_manager/foreground/css/file_manager.css
diff --git a/ui/file_manager/file_manager/foreground/css/file_manager.css b/ui/file_manager/file_manager/foreground/css/file_manager.css
index 92e0a5ccf480ab87890178ada2add8dbbfa33282..b7e7b2c0d04efddcc8563f61bd49e32507a5fec2 100644
--- a/ui/file_manager/file_manager/foreground/css/file_manager.css
+++ b/ui/file_manager/file_manager/foreground/css/file_manager.css
@@ -853,12 +853,14 @@ html[dir='rtl'] .breadcrumbs .separator {
display: flex;
flex: auto;
flex-direction: column;
+ min-width: 0;
}
#list-container {
display: flex;
flex: auto;
flex-direction: column;
+ min-height: 0;
position: relative;
}
@@ -866,6 +868,7 @@ html[dir='rtl'] .breadcrumbs .separator {
display: flex;
flex: auto;
flex-direction: column;
+ min-height: 0;
}
#detail-table > list,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698