mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-04 19:05:37 +08:00
removed unnecessary tw classes
This commit is contained in:
parent
f99db28760
commit
de2023c873
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
<% if repository.shared_with?(current_team) %>
|
||||
<i class="sn-icon sn-icon-user-menu-friends"></i>
|
||||
<% end %>
|
||||
<div class="max-w-[150px] overflow-hidden whitespace-nowrap ml-[-10px] text-left truncate">
|
||||
<div class="max-w-[150px] -ml-2.5 text-left truncate">
|
||||
<%= repository.name %>
|
||||
</div>
|
||||
</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue