diff --git a/core/themes/bartik/css/components/table.css b/core/themes/bartik/css/components/table.css
index 561c74a..11b3091 100644
--- a/core/themes/bartik/css/components/table.css
+++ b/core/themes/bartik/css/components/table.css
@@ -47,12 +47,12 @@ tr th {
   padding: 4px 9px;
   border: 1px solid #fff;
   text-align: left; /* LTR */
+  overflow: hidden;
 }
 [dir="rtl"] tr td,
 [dir="rtl"] tr th {
   text-align: right;
 }
-
 /**
  * Responsive tables.
  */
@@ -63,6 +63,10 @@ tr th {
   td.priority-medium {
     display: none;
   }
+  tr td,
+  tr th {
+    padding: 4px;
+  }
 }
 @media screen and (max-width: 60em) { /* 920px */
   th.priority-low,
