mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-02 02:57:23 +00:00
fix: token overflow issue
This commit is contained in:
@@ -351,7 +351,7 @@ const handleCancel = () => {
|
||||
{{ el.created_by }}
|
||||
</GeneralTruncateText>
|
||||
</span>
|
||||
<span class="text-nc-content-gray-muted font-medium text-3.5 text-start w-3/9">
|
||||
<span class="text-nc-content-gray-muted font-medium text-3.5 text-start w-3/9 truncate">
|
||||
<GeneralTruncateText v-if="el.token === selectedToken.id && selectedToken.isShow" placement="top" :length="29">
|
||||
{{ el.token }}
|
||||
</GeneralTruncateText>
|
||||
|
||||
Reference in New Issue
Block a user