Skip to content

Commit

Permalink
Change header actions size
Browse files Browse the repository at this point in the history
  • Loading branch information
alterphp committed Aug 2, 2018
1 parent 142c44b commit 4adaefa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/Resources/views/default/edit.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

{% block content_header %}
<div class="row">
<div class="col-sm-5">
<div class="col-sm-8">
{% block content_title_wrapper %}
<h1 class="title">{{ block('content_title') }}</h1>
{% endblock %}
</div>

<div class="col-sm-7">
<div class="col-sm-4">
<div class="header-actions">
{% block header_actions '' %}
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/Resources/views/default/show.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

{% block content_header %}
<div class="row">
<div class="col-sm-5">
<div class="col-sm-8">
{% block content_title_wrapper %}
<h1 class="title">{{ block('content_title') }}</h1>
{% endblock %}
</div>

<div class="col-sm-7">
<div class="col-sm-4">
<div class="header-actions">
{% block header_actions '' %}
</div>
Expand Down

0 comments on commit 4adaefa

Please sign in to comment.