7 lines
65 B
CSS
7 lines
65 B
CSS
|
input[type="text"],
|
||
|
select
|
||
|
{
|
||
|
display:inline-block;
|
||
|
width:auto;
|
||
|
}
|