Skip to content

Commit 1f72fc7

Browse files
committed
Use text indent value from MUI
1 parent c3a5646 commit 1f72fc7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/frontend/components/UI/SelectField/index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
font-weight: normal;
1515
font-size: var(--text-md);
1616
color: var(--text-secondary);
17-
text-indent: 22px;
1817
border: none;
1918
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
2019
cursor: pointer;

src/frontend/components/UI/SelectField/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ export default function SelectField({
4545
'& .MuiSelect-icon': { display: 'none' },
4646
'& .MuiOutlinedInput-notchedOutline legend': { width: 0 },
4747
'& .MuiSelect-select': {
48-
textAlign: isRTL ? 'right' : 'left',
49-
paddingLeft: 0
48+
textAlign: isRTL ? 'right' : 'left'
5049
}
5150
}}
5251
>

0 commit comments

Comments
 (0)