fix(style): hard width for group labels

This commit is contained in:
Corentin Thomasset 2022-04-21 13:30:12 +02:00
parent c4dabccdae
commit ebf6695d25
No known key found for this signature in database
GPG key ID: 3103EB5E79496F9C

View file

@ -37,8 +37,8 @@
style="margin: 5px 0;"
>
<n-input-group>
<n-input-group-label style="width: 200px;">
{{ name }}
<n-input-group-label style="flex: 0 0 170px;">
{{ name }}:
</n-input-group-label>
<input-copyable :value="fromDate(baseDate)" />
</n-input-group>