style(champ): fix date input width on mobile
This commit is contained in:
parent
7f7e192df9
commit
bf20bcf476
1 changed files with 3 additions and 3 deletions
|
@ -265,10 +265,10 @@
|
|||
|
||||
// override default site width/max-width for editable-champ form (Usager form)
|
||||
.editable-champ {
|
||||
@media (min-width: $two-columns-breakpoint) {
|
||||
input {
|
||||
max-width: none;
|
||||
input {
|
||||
max-width: none;
|
||||
|
||||
@media (min-width: $two-columns-breakpoint) {
|
||||
&:not([size]) {
|
||||
&[type='date'],
|
||||
&[type='tel'],
|
||||
|
|
Loading…
Reference in a new issue