|
@@ -241,22 +241,22 @@
|
|
|
th {
|
|
th {
|
|
|
text-align: right;
|
|
text-align: right;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
td {
|
|
td {
|
|
|
overflow-wrap: anywhere;
|
|
overflow-wrap: anywhere;
|
|
|
white-space: normal !important;
|
|
white-space: normal !important;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
@include media-breakpoint-down(xs) {
|
|
@include media-breakpoint-down(xs) {
|
|
|
th,
|
|
th,
|
|
|
td {
|
|
td {
|
|
|
display: block;
|
|
display: block;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
th {
|
|
th {
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
td {
|
|
td {
|
|
|
border-top: none !important;
|
|
border-top: none !important;
|
|
|
padding-top: 0 !important;
|
|
padding-top: 0 !important;
|