Fix overflow of proposal edit in admin area
This commit is contained in:
parent
976616b47b
commit
afc58d3d85
2 changed files with 46 additions and 46 deletions
|
|
@ -1,7 +1,4 @@
|
|||
.container
|
||||
.row
|
||||
.col-md-12
|
||||
.tabbable
|
||||
.tabbable
|
||||
%ul.nav.nav-tabs
|
||||
%li.active
|
||||
= link_to 'Proposal', '#proposal-content', 'data-toggle' => 'tab'
|
||||
|
|
|
|||
|
|
@ -1 +1,4 @@
|
|||
= render 'form'
|
||||
.container
|
||||
.row
|
||||
.col-md-12
|
||||
= render 'form'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue