app/assets/stylesheets/mr_video/application.css in mr_video-1.1.1 vs app/assets/stylesheets/mr_video/application.css in mr_video-1.1.3
- old
+ new
@@ -13,6 +13,16 @@
*/
body {
padding-top: 70px;
padding-bottom: 70px;
-}
\ No newline at end of file
+}
+
+table {
+ table-layout: fixed;
+}
+
+td {
+ overflow: hidden;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+}