mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-29 19:51:01 +08:00
fix tooltip style
This commit is contained in:
parent
4e416fe81b
commit
b7efce579b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
</div>
|
||||
|
||||
<% if can_manage_module?(@my_module) %>
|
||||
<div class="help_tooltips" style="width:25%"
|
||||
<div class="help_tooltips" style="display:inline-block"
|
||||
data-tooltiplink="<%= I18n.t('tooltips.link.task.results') %>"
|
||||
data-tooltipcontent="<%= I18n.t('tooltips.text.task.results') %>">
|
||||
<span class="hidden-xs"><%= t'my_modules.results.add_label' %></span>
|
||||
|
|
Loading…
Reference in a new issue