Fix typo
This commit is contained in:
@@ -412,7 +412,7 @@ table.investment-projects-summary {
|
||||
.markdown-editor {
|
||||
background-color: white;
|
||||
|
||||
.mardown-area,
|
||||
.markdown-area,
|
||||
#markdown-preview {
|
||||
display: none;
|
||||
}
|
||||
@@ -660,7 +660,7 @@ table.investment-projects-summary {
|
||||
|
||||
.fullscreen {
|
||||
|
||||
.mardown-area,
|
||||
.markdown-area,
|
||||
#markdown-preview {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
<span><%= t("admin.legislation.draft_versions.form.fullscreen_toggle")%></span> <span class="icon-expand"></span>
|
||||
<% end %>
|
||||
</div>
|
||||
<div class="small-12 medium-6 column mardown-area">
|
||||
<div class="small-12 medium-6 column markdown-area">
|
||||
<%= f.text_area :body, label: false, placeholder: t('admin.legislation.draft_versions.form.body_placeholder') %>
|
||||
</div>
|
||||
<div id="markdown-preview" class="small-12 medium-6 column">
|
||||
|
||||
Reference in New Issue
Block a user