Skip to content
Snippets Groups Projects
Commit 312b1c00 authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

fix alignment (#3865)

parent ab2357e8
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ export default class AddToDashSelectDashModal extends Component {
onClick={() => this.setState({ shouldCreateDashboard: true })}
>
<div
className="flex align-center absolute"
className="mt1 flex align-center absolute"
style={ { right: 40 } }
>
<Icon name="add" size={16} />
......
......@@ -36,7 +36,7 @@ export default class SortableItemList extends Component {
return (
<div className="SortableItemList">
<div className="flex align-center px2 pb3 border-bottom">
<h5 className="text-bold text-uppercase text-grey-3 ml2 mr2">Sort by</h5>
<h5 className="text-bold text-uppercase text-grey-3 ml2 mt1 mr2">Sort by</h5>
<Radio
value={this.state.sort}
options={["Last Modified", /*"Most Popular",*/ "Alphabetical Order"]}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment