mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-23 16:27:06 +08:00
Merge pull request #6323 from G-Chubinidze/gc_SCI_9332
Smart annotation modal: inventory name not correct [SCI-9332]
This commit is contained in:
commit
03d6d99f7e
2 changed files with 3 additions and 2 deletions
|
@ -36,7 +36,6 @@
|
|||
}
|
||||
|
||||
.repository-object {
|
||||
max-width: 250px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
|
|
@ -18,7 +18,9 @@
|
|||
<% if repository.shared_with?(current_team) %>
|
||||
<i class="sn-icon sn-icon-user-menu-friends"></i>
|
||||
<% end %>
|
||||
<%= repository.name %>
|
||||
<div class="max-w-[150px] -ml-2.5 text-left truncate">
|
||||
<%= repository.name %>
|
||||
</div>
|
||||
</button>
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue