Skip to content
Snippets Groups Projects
Commit 8aea2800 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

Fix #1149

parent 795a7ffc
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ $color-border: rgba(0, 0, 0, 0.1)
$color-background-alt: #F2F2F2
$color-background: #FFFFFF
$color-commands: #222222
$color-commands: $color-background-alt
$color-valid: #BEDABE
......
<% if content_for?(:action_bar_left) or content_for?(:action_bar_right) %>
<div class="commands">
<div class="p-3 d-flex">
<div class="commands container-fluid">
<div class="d-flex py-3">
<div>
<%= yield :action_bar_left %>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment