Merge pull request #6323 from G-Chubinidze/gc_SCI_9332

Smart annotation modal: inventory name not correct [SCI-9332]
This commit is contained in:
Martin Artnik 2023-10-03 10:39:23 +02:00 committed by GitHub
commit 03d6d99f7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -36,7 +36,6 @@
}
.repository-object {
max-width: 250px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

View file

@ -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>