Skip to content

Unnecessary margin-bottom on vertical defined form field. #17

Open
@alucardu

Description

@alucardu

Bug
When defining a form-element with direction-vertical a unnecessary margin-bottom is added to the field element:

<klp-form-element
	captionSpacing="percentages"
	direction="vertical"
	[caption]="'Action' | translate"
	class="actions">
	<app-business-rule-action-picker
		formControlName="type"
	></app-business-rule-action-picker>
</klp-form-element>

image

Fix
Fields don't have styling added by the enhancy framework.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions