mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 17:51:13 +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">
|
||||
<span class="inline-block whitespace-nowrap">
|
||||
<span class="inline-block whitespace-nowrap mr-1">
|
||||
<%= t "labels.archived" if @my_module.archived? %>
|
||||
</span>
|
||||
<span class="inline-block truncate w-[calc(100vw-27rem)]" title="<%= @my_module.name %>">
|
||||
|
|
Loading…
Reference in a new issue