lib/assets/stylesheets/tao/ui/shared/_tables.scss in tao_ui-0.2.6 vs lib/assets/stylesheets/tao/ui/shared/_tables.scss in tao_ui-0.2.7

- old
+ new

@@ -1,23 +1,24 @@ table.table { width: 100%; max-width: 100%; border-collapse: collapse; + table-layout: fixed; th { border-top: 1px solid $table-line-color; border-bottom: 1px solid $table-line-color; - padding: 0.875rem 0.625rem; + padding: $table-th-padding; font-size: $font-size-xs; font-weight: normal; line-height: 1.125; color: $lighter-grey-color; text-align: left; } td { border-bottom: 1px solid $table-line-color; - padding: 1.125rem 0.625rem; + padding: $table-td-padding; line-height: 1.125; text-align: left; } th.align-left,