[FIX] web_widget_x2many_2d_matrix: Padding in aggregate row

[FIX] Padding in aggregate row
pull/1260/head
tarteo 2019-04-25 11:48:13 +02:00
parent 8820e290c3
commit dad7313c28
1 changed files with 5 additions and 1 deletions

View File

@ -2,9 +2,13 @@
font-weight: bold;
}
.o_x2many_2d_matrix {
.o_form_view .o_x2many_2d_matrix.o_list_view {
thead > tr > th {
// Respect newline characters
white-space: pre-line;
}
> tfoot > tr > td {
padding: 0.75rem;
}
}