feat: minor visual changes #1546

Merged
jsegarra merged 13 commits from improve_ticker_order_list into master 2025-03-05 12:47:26 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 78299e0df6 - Show all commits

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;
}