7 lines
73 B
CSS
7 lines
73 B
CSS
textarea, input {
|
|
width: 40em;
|
|
}
|
|
|
|
textarea {
|
|
resize: vertical;
|
|
}
|