Skip to content

Commit

Permalink
FE-443: Fix inconsistent tooltip padding in Create Index dialog (#20865)
Browse files Browse the repository at this point in the history
* Fix tooltip padding

Fixes FE-443.

* Add CHANGELOG
  • Loading branch information
pluma4345 committed May 15, 2024
1 parent 25c89db commit 336f3db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit 336f3db

Please sign in to comment.