mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added some BS tables style overrides for mobile
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
4a8f06b0f1
commit
06e8e826bc
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue