Prevent line break to table header "cell"
@@ -221,11 +221,15 @@
text-align: center;
}
- .card-view .card-view-title {
- font-weight: bold;
- display: inline-block;
- min-width: 30%;
- text-align: left !important;
+ .card-view {
+ display: flex;
+
+ .card-view-title {
+ font-weight: bold;
+ display: inline-block;
+ min-width: 30%;
+ text-align: left !important;
+ }