mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +03:00
Merge pull request #62 from acelaya/bugfix/date-boxes-margin
Recovered missing class
This commit is contained in:
commit
4c1a044fd3
2 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
#### Fixed
|
#### Fixed
|
||||||
|
|
||||||
* [#56](https://github.com/shlinkio/shlink-web-client/issues/56) Ensured `ColorGenerator` matches keys in a case insensitive way.
|
* [#56](https://github.com/shlinkio/shlink-web-client/issues/56) Ensured `ColorGenerator` matches keys in a case insensitive way.
|
||||||
|
* [#53](https://github.com/shlinkio/shlink-web-client/issues/53) Fixed missing margin between date fields in visits page for mobile devices.
|
||||||
|
|
||||||
|
|
||||||
## 1.1.0 - 2018-09-16
|
## 1.1.0 - 2018-09-16
|
||||||
|
|
|
@ -121,6 +121,7 @@ export class ShortUrlsVisitsComponent extends React.Component {
|
||||||
</div>
|
</div>
|
||||||
<div className="col-xl-3 col-lg-4 col-md-6">
|
<div className="col-xl-3 col-lg-4 col-md-6">
|
||||||
<DateInput
|
<DateInput
|
||||||
|
className="short-url-visits__date-input"
|
||||||
selected={this.state.endDate}
|
selected={this.state.endDate}
|
||||||
placeholderText="Until"
|
placeholderText="Until"
|
||||||
isClearable
|
isClearable
|
||||||
|
|
Loading…
Reference in a new issue