Merge "Remove nowrap on file name and reduce the min-width on comments" into stable-3.1
diff --git a/polygerrit-ui/app/elements/change/gr-file-list/gr-file-list.html b/polygerrit-ui/app/elements/change/gr-file-list/gr-file-list.html
index 7378acd..2300bb3 100644
--- a/polygerrit-ui/app/elements/change/gr-file-list/gr-file-list.html
+++ b/polygerrit-ui/app/elements/change/gr-file-list/gr-file-list.html
@@ -116,16 +116,10 @@
         cursor: pointer;
         flex: 1;
         text-decoration: none;
-        white-space: nowrap;
       }
       .path:hover :first-child {
         text-decoration: underline;
       }
-      .path,
-      .path div {
-        overflow: hidden;
-        text-overflow: ellipsis;
-      }
       .oldPath {
         color: var(--deemphasized-text-color);
       }
@@ -138,8 +132,8 @@
         min-width: 7.5em;
       }
       .comments {
-        padding-left: 2em;
-        min-width: 20em;
+        padding-left: 1em;
+        min-width: 7.5em;
       }
       .row:not(.header-row) .stats,
       .total-stats {