Skip to content

Commit 85fbcc0

Browse files
committed
small ui fix
1 parent 68aa8c9 commit 85fbcc0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/InteractionLayout/SelectionMenu/SelectionMenu.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ const TooltipContent = ({ title, description }) => (
6868
sx={{
6969
width: 'fit-content',
7070
backgroundColor: '#6d6d6d',
71-
paddingLeft: 1,
72-
marginLeft: -1
71+
paddingX: 1,
72+
marginX: -1,
73+
7374
}}
7475
>
7576
<Typography variant="h6" component="div">

0 commit comments

Comments
 (0)