mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Use px insteads of em to specify SelectField font size valid value
This commit is contained in:
@@ -606,7 +606,7 @@ export const LeaderboardAdmin = ({ onLoading }: Props) => {
|
||||
});
|
||||
}}
|
||||
disabled={isRequestPending || isEditingName}
|
||||
inputStyle={{ fontSize: '0.875em' }}
|
||||
inputStyle={{ fontSize: 14 }}
|
||||
helperMarkdownText={
|
||||
currentLeaderboard.playerUnicityDisplayChoice === 'FREE'
|
||||
? i18n._(
|
||||
|
@@ -29,7 +29,7 @@ type Props = {|
|
||||
flex?: 1,
|
||||
width?: 'auto',
|
||||
},
|
||||
inputStyle?: {| fontSize: '0.875em' |},
|
||||
inputStyle?: {| fontSize: 14 |},
|
||||
margin?: 'none' | 'dense',
|
||||
|
||||
floatingLabelText?: React.Node,
|
||||
|
Reference in New Issue
Block a user