Merge pull request #861 from sonalkr132/admin-proposal-overflow
Fix overflow of proposal edit in admin area
This commit is contained in:
commit
18645081ac
2 changed files with 46 additions and 46 deletions
|
|
@ -1,6 +1,3 @@
|
||||||
.container
|
|
||||||
.row
|
|
||||||
.col-md-12
|
|
||||||
.tabbable
|
.tabbable
|
||||||
%ul.nav.nav-tabs
|
%ul.nav.nav-tabs
|
||||||
%li.active
|
%li.active
|
||||||
|
|
|
||||||
|
|
@ -1 +1,4 @@
|
||||||
|
.container
|
||||||
|
.row
|
||||||
|
.col-md-12
|
||||||
= render 'form'
|
= render 'form'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue