Skip to content

Commit

Permalink
Align Extension manager buttonbar right (#14205)
Browse files Browse the repository at this point in the history
* justify buttons to flex-end

* Use logical block start instead of 'top' for padding

* Update Playwright Snapshots

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
andrii-i and github-actions[bot] committed Mar 26, 2023
1 parent 6d31bbb commit 958b48a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion packages/extensionmanager/style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,8 @@
.jp-extensionmanager-entry-buttons {
display: flex;
flex-direction: row;
padding-top: 4px;
padding-block-start: 4px;
justify-content: flex-end;
}

/*
Expand Down

0 comments on commit 958b48a

Please sign in to comment.