fix css for selace box
This commit is contained in:
parent
c3973df78c
commit
7f1bf3be49
|
@ -32,7 +32,6 @@
|
|||
.ask-question-form input[type="text"],
|
||||
.ask-question-form textarea,
|
||||
.ask-question-form select {
|
||||
height: 2.1em;
|
||||
line-height: 2.1em;
|
||||
width: 220px;
|
||||
background-color: #FFF;
|
||||
|
@ -40,6 +39,11 @@
|
|||
border-radius: 0.3em;
|
||||
}
|
||||
|
||||
.ask-question-form input[type="text"],
|
||||
.ask-question-form textarea {
|
||||
height: 2.1em;
|
||||
}
|
||||
|
||||
.ask-question-form textarea {
|
||||
width: 97%;
|
||||
height: 180px;
|
||||
|
|
Loading…
Reference in New Issue