diff --git a/src/collections/table.less b/src/collections/table.less index cc314a609..737c34ed7 100755 --- a/src/collections/table.less +++ b/src/collections/table.less @@ -66,6 +66,9 @@ .ui.table tfoot th:last-child { border-radius: 0px 0px 5px 0px; } +.ui.table tfoot th:first-child:last-child { + border-radius: 0px 0px 5px 5px; +} /* Table Cells */ .ui.table td { @@ -577,4 +580,4 @@ /* Large */ .ui.large.table { font-size: 1.1em; -} \ No newline at end of file +}