lib/assets/stylesheets/tao/ui/shared/_tables.scss in tao_ui-0.2.7 vs lib/assets/stylesheets/tao/ui/shared/_tables.scss in tao_ui-0.2.8
- old
+ new
@@ -1,9 +1,8 @@
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: $table-th-padding;