style(champ): fix date input width on mobile

This commit is contained in:
Colin Darie 2022-07-13 15:46:28 +02:00
parent 7f7e192df9
commit bf20bcf476

View file

@ -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'],