Back to master: Added some BS tables style overrides for mobile

This repeats 06e8e826, which alone improves the mobile view immensely,
on master.
This commit is contained in:
snipe 2022-01-10 15:23:43 -06:00 committed by Dalton Durst
parent b78e610ce3
commit b18b3812df

View file

@ -466,7 +466,16 @@ h4 {
display: table-cell;
}
.card-view-title {
min-width: 40% !important;
line-height: 3.0!important;
padding-right: 20px;
}
.card-view {
display: table-row;
flex-direction: column;
}
/**