fix: web form style

This commit is contained in:
prssanna 2021-03-11 14:22:38 +05:30
parent 1937a1e558
commit 72192e4a10
2 changed files with 18 additions and 1 deletions

View file

@ -0,0 +1,17 @@
@import "../common/form";
.web-form-wrapper {
.form-control {
color: var(--text-color);
}
.form-column {
&:first-child {
padding-left: 0;
}
&:last-child {
padding-right: 0;
}
}
}

View file

@ -62,7 +62,7 @@ data-web-form="{{ name }}" data-web-form-doctype="{{ doc_type }}" data-login-req
{% endif %} {# attachments #}
{% if allow_comments and not frappe.form_dict.new and not is_list -%}
<div class="comments">
<div class="comments mt-6">
<h3>{{ _("Comments") }}</h3>
{% include 'templates/includes/comments/comments.html' %}
</div>