• Noah Zinsmeister's avatar
    merge prod into beta (#535) · 4ef30cc8
    Noah Zinsmeister authored
    * block some countries (#534)
    
    * Adds min-width to custom slippage input. (#533)
    
    On Firefox (maybe other browsers as well) the lack of min-width results in the default `input` element min-width which is ~92px.  This results in the flex container overflowing the bounding element.  By setting min-width to 20px, the box will instead grow to fill the available space, which is defined by its parent that has the pink border.  This avoids the overflow issue (as long as the parent doesn't get too small, which it won't at the moment since it is fixed size).
    4ef30cc8
Name
Last commit
Last update
.github Loading commit data...
public Loading commit data...
src Loading commit data...
.env.local.example Loading commit data...
.gitignore Loading commit data...
.prettierrc Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
netlify.toml Loading commit data...
package.json Loading commit data...
yarn.lock Loading commit data...