Skip to content

Commit 0391877

Browse files
committed
Align concept page buttons without context picker present
1 parent 238c224 commit 0391877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/pages/Concept.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const Concept = withRouter(({match: {params}, location: {search}, concept
6969

7070
{below["sm"](deviceSize) && <ManageButtons />}
7171

72-
<div className="d-flex align-items-center me-sm-1 flex-grow-1">
72+
<div className="d-flex justify-content-end align-items-center me-sm-1 flex-grow-1">
7373
<UserContextPicker />
7474
{above["md"](deviceSize) && <ManageButtons />}
7575
</div>

0 commit comments

Comments
 (0)