From f99db28760c5efc4113ee55448f1dfde5a8064b5 Mon Sep 17 00:00:00 2001 From: Giga Chubinidze Date: Tue, 3 Oct 2023 11:04:38 +0400 Subject: [PATCH] using tailwind --- app/assets/stylesheets/shared/smart_annotation.scss | 9 --------- app/views/shared/smart_annotation/_menu.html.erb | 4 +++- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/app/assets/stylesheets/shared/smart_annotation.scss b/app/assets/stylesheets/shared/smart_annotation.scss index edb151729..5fdcd6c5c 100644 --- a/app/assets/stylesheets/shared/smart_annotation.scss +++ b/app/assets/stylesheets/shared/smart_annotation.scss @@ -40,15 +40,6 @@ text-overflow: ellipsis; white-space: nowrap; } - - .truncate { - max-width: 150px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - margin-left: -10px; - text-align: left; - } } .atwho-view-ul { diff --git a/app/views/shared/smart_annotation/_menu.html.erb b/app/views/shared/smart_annotation/_menu.html.erb index 7b42cc470..ec50fdd2f 100644 --- a/app/views/shared/smart_annotation/_menu.html.erb +++ b/app/views/shared/smart_annotation/_menu.html.erb @@ -18,7 +18,9 @@ <% if repository.shared_with?(current_team) %> <% end %> -
<%= repository.name %>
+
+ <%= repository.name %> +
<% end %>