refactor: prevent text from wrapping
This commit is contained in:
parent
0fa00ed53a
commit
47648ab45f
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ const props = withDefaults(
|
|||
>
|
||||
<q-card style="width: 400px">
|
||||
<q-card-section>
|
||||
<div class="flex items-center">
|
||||
<div class="flex items-center" style="flex-wrap: nowrap">
|
||||
<div class="q-pa-sm">
|
||||
<div style="border-radius: 50%" class="bg-secondary q-pa-sm">
|
||||
<q-icon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue