CSS style polish for Firefox

This commit is contained in:
Matilde Park 2019-08-19 18:40:18 -04:00
parent da2879073b
commit 0051449b13
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -107,12 +107,12 @@ export default class WeatherTile extends Component {
</a>
{secureCheck}
<p className="label-regular white pt2">
Please enter your <a href="https://latitudeandlongitude.org/" target="_blank">latitude and longitude</a>.</p>
Please enter your <a className="white" href="https://latitudeandlongitude.org/" target="_blank">latitude and longitude</a>.</p>
{error}
<form className="flex absolute" style={{"bottom": 0, "left": 8}}>
<input id="gps"
className="white pa1 bg-transparent outline-0 bn bb-ns b--white"
style={{width: "100%"}}
style={{width: "86%"}}
type="text"
placeholder="29.558107, -95.089023"
onKeyDown={this.keyPress.bind(this)}>