Skip to content

Commit

Permalink
align close icon in title bar
Browse files Browse the repository at this point in the history
  • Loading branch information
remigallego committed May 26, 2019
1 parent 55fca9c commit c1a422a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/Explorer/TitleBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const TitleBar = (props: Props) => {
display: "flex",
flexDirection: "row",
justifyContent: "space-between",
alignItems: "center",
alignItems: "flex-end",
overflow: "hidden"
}}
>
Expand Down

0 comments on commit c1a422a

Please # to comment.