Merge pull request 'fix: style when item is too long' (!1552) from hotfix_catalogItem_toolong into master
gitea/salix-front/pipeline/head This commit looks good Details

Reviewed-on: #1552
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Javier Segarra 2025-03-05 09:07:51 +00:00
commit 1a498ca820
1 changed files with 2 additions and 1 deletions

View File

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