Fixed width problem of rendering in storybook

develop
Jason Zhu 2023-05-07 16:10:48 +10:00
parent 5068a6f728
commit ce3d3ce0d7
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ html {
margin: 2rem;
/* border: 15px solid var(--cardborder); */
border-radius: 1rem;
min-width: 220px;
width: 220px;
height: 285px;
text-align: center;
/* box-shadow: 0 5px 25px 1px rgb(0 0 0 / 50%); */