diff --git a/src/definitions/collections/table.less b/src/definitions/collections/table.less index 9a63bba4b..d24d0cb9c 100755 --- a/src/definitions/collections/table.less +++ b/src/definitions/collections/table.less @@ -696,10 +696,13 @@ .ui.very.basic.table { border: none; } -.ui.very.basic.table:not(.sortable) th, -.ui.very.basic.table:not(.sortable) td { +.ui.very.basic.table:not(.sortable):not(.striped) th, +.ui.very.basic.table:not(.sortable):not(.striped) td { padding: @basicTableCellVerticalPadding @basicTableCellHorizontalPadding; } +.ui.very.basic.table:not(.sortable):not(.striped) tbody tr:last-child td { + padding-bottom: 0em; +} /*-------------- Padded