fix: style when item is too long #1552

Merged
jsegarra merged 1 commits from hotfix_catalogItem_toolong into master 2025-03-05 09:07:51 +00:00
1 changed files with 2 additions and 1 deletions

View File

@ -132,7 +132,8 @@ const card = toRef(props, 'item');
display: flex;
flex-direction: column;
gap: 4px;
white-space: nowrap;
width: 192px;
p {
margin-bottom: 0;
}