Added some BS tables style overrides for mobile

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-09-24 04:12:41 -07:00
parent 4a8f06b0f1
commit 06e8e826bc

View file

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