mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-12 08:04:34 +08:00
Merge pull request #5983 from sboursen-scinote/sb_SCI-9042
Add space after (A) in shareable links layout [SCI-9042]
This commit is contained in:
commit
0082b858ec
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<div class="text-3xl font-semibold flex flex-row flex-nowrap">
|
<div class="text-3xl font-semibold flex flex-row flex-nowrap">
|
||||||
<span class="inline-block whitespace-nowrap">
|
<span class="inline-block whitespace-nowrap mr-1">
|
||||||
<%= t "labels.archived" if @my_module.archived? %>
|
<%= t "labels.archived" if @my_module.archived? %>
|
||||||
</span>
|
</span>
|
||||||
<span class="inline-block truncate w-[calc(100vw-27rem)]" title="<%= @my_module.name %>">
|
<span class="inline-block truncate w-[calc(100vw-27rem)]" title="<%= @my_module.name %>">
|
||||||
|
|
Loading…
Add table
Reference in a new issue