Browse Source

text overflow for table cells.

Harry Hedger 9 years ago
parent
commit
85ad64a364
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/scss/_googledrive.scss

+ 10 - 0
src/scss/_googledrive.scss

@@ -161,3 +161,13 @@
   overflow: hidden;
   overflow-y: scroll;
 }
+
+.UppyGoogleDrive-browser td {
+  cursor: default;
+  max-width: 25%;
+  padding-right: 8px;
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+  width: 25%;
+}