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