Fixed td width bug using card view
@@ -136,11 +136,12 @@
font-weight: bold;
display: inline-block;
min-width: 30%;
+ width: auto !important;
text-align: left !important;
}
.card-view-value {
- width: 100%;
+ width: 100% !important;