mirror of https://github.com/OCA/web.git
[FIX] web_widget_x2many_2d_matrix: Padding in aggregate row
[FIX] Padding in aggregate rowpull/1260/head
parent
8820e290c3
commit
dad7313c28
|
@ -2,9 +2,13 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.o_x2many_2d_matrix {
|
.o_form_view .o_x2many_2d_matrix.o_list_view {
|
||||||
thead > tr > th {
|
thead > tr > th {
|
||||||
// Respect newline characters
|
// Respect newline characters
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
> tfoot > tr > td {
|
||||||
|
padding: 0.75rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue