mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-05 04:03:45 +08:00
Merge pull request #7369 from sboursen-scinote/sb_SCI-10519-fix
Center experiment description in table view [SCI-10519]
This commit is contained in:
commit
3370bf76fb
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
<template>
|
||||
<div class="group relative flex items-center group-hover:marker text-xs">
|
||||
<div class="flex items-end gap-2">
|
||||
<div class="group relative flex items-center group-hover:marker text-xs h-full w-full">
|
||||
<div class="flex gap-2"
|
||||
:class="{
|
||||
'items-center': params.dtComponent.currentViewRender === 'table',
|
||||
'items-end': params.dtComponent.currentViewRender === 'cards'
|
||||
}">
|
||||
<span v-if="shouldTruncateText"
|
||||
class="cursor-pointer grow"
|
||||
:class="{
|
||||
|
|
Loading…
Reference in a new issue