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