change max width of input
This commit is contained in:
parent
c89213b598
commit
a801bafd79
|
@ -44,15 +44,14 @@
|
|||
overflow: hidden;
|
||||
position: relative;
|
||||
min-width: 10em;
|
||||
max-width: 20em;
|
||||
max-width: 25em;
|
||||
padding-left: 0;
|
||||
width: 70%;
|
||||
width: 100%;
|
||||
padding: 0.5em;
|
||||
justify-content: center;
|
||||
}
|
||||
.ask-question .form-horizontal input[type="text"],.ask-question .form-horizontal select{
|
||||
width: 97%;
|
||||
max-width: 13.75em;
|
||||
}
|
||||
.ask-question .form-horizontal .form-actions{
|
||||
position: relative;
|
||||
|
|
|
@ -32,15 +32,14 @@
|
|||
overflow: hidden;
|
||||
position: relative;
|
||||
min-width: 10em;
|
||||
max-width: 20em;
|
||||
max-width: 25em;
|
||||
padding-left: 0;
|
||||
width: 70%;
|
||||
width: 100%;
|
||||
padding: 0.5em;
|
||||
justify-content: center;
|
||||
}
|
||||
.ask-question .form-horizontal input[type="text"],.ask-question .form-horizontal select{
|
||||
width: 97%;
|
||||
max-width: 13.75em;
|
||||
}
|
||||
.ask-question .form-horizontal .form-actions{
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in New Issue