Correct the Legislative Process description column width to occupy full page now that its alone
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="debate-show" class="row description">
|
<div id="debate-show" class="row description">
|
||||||
<div class="small-12 medium-4 column">
|
<div class="small-12 column">
|
||||||
<% if process.description.present? %>
|
<% if process.description.present? %>
|
||||||
<h4><%= t('legislation.processes.header_full.description') %></h4>
|
<h4><%= t('legislation.processes.header_full.description') %></h4>
|
||||||
<%= markdown process.description %>
|
<%= markdown process.description %>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row description">
|
<div class="row description">
|
||||||
<div class="small-12 medium-4 column">
|
<div class="small-12 column">
|
||||||
<% if process.description.present? %>
|
<% if process.description.present? %>
|
||||||
<h4><%= t('.description') %></h4>
|
<h4><%= t('.description') %></h4>
|
||||||
<%= markdown process.description %>
|
<%= markdown process.description %>
|
||||||
|
|||||||
Reference in New Issue
Block a user