Skip to content

select tag's text is getting cut off by padding #1

@chef-danny-d

Description

@chef-danny-d

The drop-down text is getting cut off by the padding. Add the following line to your styles to fix it.

select{
    padding: 0 1rem;
}

morr/dist/morr.css

Lines 550 to 566 in fac33b2

select,
textarea,
input[type="tel"],
input[type="url"],
input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"] {
width: 100%;
height: 4rem;
box-shadow: none;
padding: 1.5rem 1rem;
background-color: #f5f6f7;
border-radius: 0.25rem;
border: 1px solid #d0d1d2;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions