mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-25 01:04:02 +08:00
Fix task details CSS [SCI-8982]
This commit is contained in:
parent
b264bfab68
commit
04fdf0cfee
2 changed files with 14 additions and 14 deletions
|
@ -58,7 +58,7 @@
|
|||
<%= javascript_include_tag 'vue_share_task_container' %>
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="task-details-container flex items-center gap-2">
|
||||
<div class="task-details-container flex items-center mr-auto gap-2">
|
||||
<a class="task-section-caret collapsed" role="button" data-toggle="collapse" href="#details-container" aria-expanded="false" aria-controls="details-container">
|
||||
<i class="sn-icon sn-icon-right"></i>
|
||||
<span id="taskDetailsLabel" class="task-section-title">
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<div class="flex items-center gap-3">
|
||||
<%= render partial: 'shareable_links/my_modules/task_flow_button', locals: { my_module: @my_module } if @my_module.my_module_status_flow %>
|
||||
</div>
|
||||
<div class="task-details-container flex items-center gap-2">
|
||||
<div class="task-details-container flex items-center mr-auto gap-2">
|
||||
<a class="task-section-caret" role="button" data-toggle="collapse" href="#details-container" aria-expanded="false" aria-controls="details-container">
|
||||
<i class="sn-icon sn-icon-right"></i>
|
||||
<span id="taskDetailsLabel" class="task-section-title">
|
||||
|
|
Loading…
Reference in a new issue