Browse Source

HUE-6809 [home] Set a min width for the name column in the document list

Johan Ahlen 8 years ago
parent
commit
b363151

File diff suppressed because it is too large
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/home.css


+ 4 - 1
desktop/core/src/desktop/static/desktop/less/home.less

@@ -122,6 +122,7 @@
 .doc-browser-entries {
   list-style: none;
   margin: 0;
+  overflow-x: hidden;
 }
 
 .doc-browser-entries > li {
@@ -178,8 +179,10 @@
 .doc-browser-primary-col {
   .flex(1);
   .nowrap-ellipsis();
+  min-width: 200px;
   vertical-align: middle;
   padding-left: 8px;
+  padding-right: 20px;
 }
 
 .doc-browser-header .doc-browser-primary-col {
@@ -196,7 +199,7 @@
 }
 
 .doc-browser-attr-group {
-  .flex(0 0 770px);
+  .flex(0 1 770px);
   white-space: nowrap;
   float: right;
   display: inline-block;

Some files were not shown because too many files changed in this diff