mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-09 13:28:53 +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) %>
|
<% if repository.shared_with?(current_team) %>
|
||||||
<i class="sn-icon sn-icon-user-menu-friends"></i>
|
<i class="sn-icon sn-icon-user-menu-friends"></i>
|
||||||
<% end %>
|
<% 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 %>
|
<%= repository.name %>
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Add table
Reference in a new issue