Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

FE-443: Fix inconsistent tooltip padding in Create Index dialog #20865

Merged
merged 2 commits into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
devel
-----

* FE-443: Fix inconsistent tooltip padding in Create Index dialog.

* Fix potentially hanging threads during index creation if starting one of the
parallel index creation threads returned an error.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const AddIndexForm = ({ onClose }: { onClose: () => void }) => {
columnGap="3"
maxWidth="800px"
marginTop="4"
paddingRight="8"
paddingRight="16"
paddingLeft="10"
>
<FormLabel htmlFor="type">Type</FormLabel>
Expand Down