Skip to content

Add text-align: left to .form-control #19379

@Mevrael

Description

@Mevrael

.form-control does not have text-align and because of that text-align might be inherited from parent element. Inputs should have text-align: left by default.

.form-control used as a div contenteditable=true

    <div class="form-group">
        <div contenteditable="true" class="form-control"></div>
        <input type="hidden">
    </div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions