Fix overflow of proposal edit in admin area

This commit is contained in:
Aditya Prakash 2016-03-10 17:42:09 +05:30
parent 976616b47b
commit afc58d3d85
2 changed files with 46 additions and 46 deletions

View file

@ -1,7 +1,4 @@
.container .tabbable
.row
.col-md-12
.tabbable
%ul.nav.nav-tabs %ul.nav.nav-tabs
%li.active %li.active
= link_to 'Proposal', '#proposal-content', 'data-toggle' => 'tab' = link_to 'Proposal', '#proposal-content', 'data-toggle' => 'tab'

View file

@ -1 +1,4 @@
= render 'form' .container
.row
.col-md-12
= render 'form'