0
0
Fork 0

Merge branch 'master' into improve_ticker_order_list

This commit is contained in:
Javier Segarra 2025-03-05 10:31:47 +01:00
commit 78299e0df6
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;
}