mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 20:56:42 +08:00
Merge pull request #7396 from sboursen-scinote/sb_SCI-10519-v2
Fix experiment description position in table [SCI-10519]
This commit is contained in:
commit
b15ca0b680
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="group relative flex items-center group-hover:marker text-xs h-full w-full">
|
<div class="group relative flex items-center group-hover:marker text-xs h-full w-full"
|
||||||
|
:style="{ lineHeight: 'unset' }">
|
||||||
<div class="flex gap-2"
|
<div class="flex gap-2"
|
||||||
:class="{
|
:class="{
|
||||||
'items-center': params.dtComponent.currentViewRender === 'table',
|
'items-center': params.dtComponent.currentViewRender === 'table',
|
||||||
|
|
Loading…
Reference in a new issue