Merge pull request #5958 from sboursen-scinote/sb_SCI-9042

Update shared task title [SCI-9042]
This commit is contained in:
artoscinote 2023-08-10 13:31:24 +02:00 committed by GitHub
commit c8d11306fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,11 @@
<div class="text-3xl font-bold"><%= @my_module.name %></div>
<div class="text-3xl font-bold flex flex-row flex-nowrap">
<span class="inline-block whitespace-nowrap">
<%= t "labels.archived" if @my_module.archived? %>
</span>
<span class="inline-block truncate w-[calc(100vw-27rem)]" title="<%= @my_module.name %>">
<%= @my_module.name %>
</span>
</div>
<div class="my-5 max-w-4xl flex-1 bg-sn-white">
<div class="my-module-position-container">