fix: refs #8863 avoid item name cutting
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Pau Rovira 2025-05-05 06:50:20 +02:00
parent fa274a7166
commit ff202538cf
1 changed files with 0 additions and 1 deletions

View File

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