Skip to content

Commit

Permalink
Recover the display of viewport menu on static page form
Browse files Browse the repository at this point in the history
	Refs: #8918
  • Loading branch information
mabhub committed Aug 6, 2015
1 parent 909086f commit e8e8b5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions geotrek/flatpages/templates/flatpages/flatpage_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
#button-id-cancel {
margin-right: 10px;
}

#modelfields {
overflow: visible;
}
.form-horizontal .tab-pane .form-group {
margin-left: 0;
margin-right: 0;
}
</style>
</head>
<body>
Expand Down

0 comments on commit e8e8b5d

Please sign in to comment.