Skip to content

Commit

Permalink
Fix data grid actions button
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldhur committed Oct 3, 2017
1 parent 660d41b commit b8824b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/components/dataSet/DataSetView.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
padding: 0 10px;
}

.dataset-values-view .dataset-actions .ant-btn {
line-height: normal;
}

.dataset-view .dataset-import {
text-align: center;
Expand Down
4 changes: 4 additions & 0 deletions app/components/stations/StationsView.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
padding: 0 10px;
}

.stations-view .station-actions .ant-btn {
line-height: normal;
}

.stations-view .station-import {
text-align: center;
}
Expand Down

0 comments on commit b8824b1

Please sign in to comment.