// ------- Provide room for the caret ------- @mixin o-list-view-sortable-caret-padding($base: $table-cell-padding, $ratio: 1) { > thead > tr > th.o_column_sortable:not(:empty) { padding-right: ceil((($base * $ratio) / 1rem) * $o-root-font-size) + 5px; // FIXME text-align:left; // Extra room when needed &:last-child { padding-right: ceil((($base * $ratio) / 1rem) * $o-root-font-size) + 5px + $o-horizontal-padding!important; // FIXME } } } .o_list_view .o_list_table > thead > tr > th.o_column_sortable:not(:empty) { padding-left: 14px; text-align: left; }