10596 add overflow-auto to card-body (#10621)
* 10596 add overflow-auto to card-body * 10596 add overflow-auto to card-body
This commit is contained in:
parent
a9e583a693
commit
cc811e5a56
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1039,3 +1039,7 @@ html {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.card .card-body {
|
||||
@extend .overflow-auto;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue