From 67aaa73cdbad56b2edc0535b56c10cf5698b3ddd Mon Sep 17 00:00:00 2001 From: John Detlefs Date: Thu, 5 Apr 2018 16:10:17 -0500 Subject: [PATCH] Adds overflow hidden to prevent border cutoff. --- dist/components/table.css | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/components/table.css b/dist/components/table.css index a0c315261..611803348 100755 --- a/dist/components/table.css +++ b/dist/components/table.css @@ -27,6 +27,7 @@ color: rgba(0, 0, 0, 0.87); border-collapse: separate; border-spacing: 0px; + overflow: hidden; } .ui.table:first-child { margin-top: 0em;