We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce8cc67 commit d8d3e10Copy full SHA for d8d3e10
src/client/components/ChatV2/general/Buttons.tsx
@@ -19,21 +19,15 @@ const BaseButton = styled(Button)({
19
minWidth: 'fit-content',
20
'& .MuiButton-startIcon': {
21
fontSize: '22px',
22
- margin: 0,
23
- position: 'absolute',
24
- left: '1rem',
25
},
26
'& .MuiButton-startIcon > *:nth-of-type(1)': {
27
28
29
'& .MuiButton-endIcon': {
30
31
32
33
- right: '1rem',
34
35
- '&:has(.MuiButton-startIcon)': {
36
- paddingLeft: '2.75rem',
+ '&:has(.MuiButton-startIcon):has(.MuiButton-endIcon)': {
+ justifyContent: 'space-between',
37
38
'&.Mui-disabled': {
39
backgroundColor: '#e0e0e0',
0 commit comments