mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-05 20:23:16 +08:00
Merge pull request #7324 from wandji20/wb-SCI-10374
Css Fix experiment card [SCI-10374]
This commit is contained in:
commit
1814713453
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<a :href="params.urls.show"
|
||||
:title="params.name"
|
||||
:class="{'pointer-events-none text-sn-grey': !params.urls.show}"
|
||||
class="font-bold mb-4 text-sn-blue hover:no-underline line-clamp-2 hover:text-sn-blue h-10">
|
||||
class="font-bold mb-auto text-sn-blue hover:no-underline line-clamp-2 hover:text-sn-blue h-10">
|
||||
{{ params.name }}
|
||||
</a>
|
||||
<div class="flex gap-4 mb-2.5">
|
||||
|
|
Loading…
Reference in a new issue