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