fix: set minimum width for card
This commit is contained in:
parent
1931693998
commit
0606399780
1 changed files with 1 additions and 0 deletions
|
|
@ -185,4 +185,5 @@ body {
|
|||
box-shadow: 0px 18px 22px -6px rgba(0, 0, 0, 0.1), 0px 0px 6px 3px rgba(0, 0, 0, 0.03),
|
||||
0px 0px 1.5px 0px rgba(0, 0, 0, 0.18);
|
||||
}
|
||||
min-width: calc(var(--sm-width) - 360px);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue