mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2026-01-07 00:36:08 +08:00
Fix long dropdown item in forms
This commit is contained in:
parent
cd6d00c0e7
commit
593c9aac77
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="p-4 rounded bg-white text-sm flex flex-wrap mb-2 gap-x-6 gap-y-2">
|
||||
<div class="grow">
|
||||
<div class="grow overflow-hidden">
|
||||
<div class="font-bold">
|
||||
{{ field.attributes.name }}
|
||||
<span v-if="unit">({{ unit }})</span>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue