12 lines
146 B
CSS
12 lines
146 B
CSS
input:not([type]), input[type="text"] {
|
|
width: 10em;
|
|
}
|
|
|
|
#input-display-name {
|
|
width: 20em;
|
|
}
|
|
|
|
textarea {
|
|
width: 30em;
|
|
resize: vertical;
|
|
}
|