You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
306 B
19 lines
306 B
3 months ago
|
.grouped-rows td {
|
||
|
border-top: none;
|
||
|
border-bottom: none;
|
||
|
}
|
||
|
|
||
|
.grouped-rows.first-row td {
|
||
|
border-top: 1px solid #b1b4b6;
|
||
|
}
|
||
|
|
||
|
.grouped-rows.last-row td,
|
||
|
.grouped-rows .grouped-multirow-cell {
|
||
|
border-bottom: 1px solid #b1b4b6;
|
||
|
}
|
||
|
|
||
|
.text-normal-break {
|
||
|
white-space: normal;
|
||
|
word-break: break-all;
|
||
|
}
|