bugfix: select being cut off on windows

This commit is contained in:
Michael Shanks 2020-02-24 20:49:50 +00:00
parent 53c4e5b5e2
commit dafef90c3d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
font-family: sans-serif;
font-weight: 500;
color: #163057;
padding: 1em 2.6em 0.9em 1.4em;
padding: 0 2.6em 0em 1.4em;
width: 100%;
max-width: 100%;
box-sizing: border-box;