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)
|
// override default site width/max-width for editable-champ form (Usager form)
|
||||||
.editable-champ {
|
.editable-champ {
|
||||||
@media (min-width: $two-columns-breakpoint) {
|
input {
|
||||||
input {
|
max-width: none;
|
||||||
max-width: none;
|
|
||||||
|
|
||||||
|
@media (min-width: $two-columns-breakpoint) {
|
||||||
&:not([size]) {
|
&:not([size]) {
|
||||||
&[type='date'],
|
&[type='date'],
|
||||||
&[type='tel'],
|
&[type='tel'],
|
||||||
|
|
Loading…
Reference in a new issue