roannais-icitoyen: add explicit width for tracking code input (#43850)

This works around a bug in Edge that would make the button overflow the box.
This commit is contained in:
Thomas Jund 2020-06-11 10:35:32 +02:00
parent 3a67065f71
commit e0f7e04965
1 changed files with 2 additions and 1 deletions

View File

@ -701,7 +701,8 @@ body:not(.page-template-homepage) #sidebar {
border: none;
background-color: transparent;
margin: 0;
flex-grow: 1;
flex: 1 1 auto;
width: 50%;
}
button {
border-radius: $custom-border-radius;