change max width of input

This commit is contained in:
chiu 2021-02-25 16:04:05 +08:00
parent c89213b598
commit a801bafd79
2 changed files with 4 additions and 6 deletions

View File

@ -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;

View File

@ -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;