Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 79 Bytes

input_element_padding_breaks_form_box.md

File metadata and controls

8 lines (7 loc) · 79 Bytes

Code:

input.input {
    box-sizing: border-box;
    width: 100%;
}