]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/primeng-custom.scss
Fix dev locale
[github/Chocobozzz/PeerTube.git] / client / src / sass / primeng-custom.scss
index f06daec5d7066d10a6f00edb3f2ff39537ab8377..674aa649e47dde159945aad98dd6152eff863763 100644 (file)
@@ -17,9 +17,12 @@ p-table {
   td {
     border: 1px solid #E5E5E5 !important;
     padding-left: 15px !important;
-    overflow: hidden !important;
-    text-overflow: ellipsis !important;
-    white-space: nowrap !important;
+
+    &:not(.action-cell) {
+      overflow: hidden !important;
+      text-overflow: ellipsis !important;
+      white-space: nowrap !important;
+    }
   }
 
   tr {