unify tooltip and breakpoint classes
This commit is contained in:
committed by
Pete Matsyburka
parent
34d0e00910
commit
3eebf6d2cf
@@ -99,7 +99,7 @@
|
||||
<div class="flex items-center space-x-1">
|
||||
<span class="text-left"><%= t('enable_mcp_server') %></span>
|
||||
<span class="tooltip tooltip-top hidden md:flex cursor-pointer" data-tip="<%= t('all_existing_mcp_connections_will_be_stopped_immediately_when_this_setting_is_disabled') %>">
|
||||
<%= svg_icon('info_circle', class: 'hidden md:inline-block w-4 h-4 shrink-0') %>
|
||||
<%= svg_icon('info_circle', class: 'w-4 h-4 shrink-0') %>
|
||||
</span>
|
||||
</div>
|
||||
<submit-form data-on="change" class="flex">
|
||||
|
||||
Reference in New Issue
Block a user