add margin="dense" to the properties of the TextField to give the label room on the top so as to not get cut off

This commit is contained in:
csawatzky 2025-03-03 13:42:37 -06:00
parent 44a31dcd2b
commit 14904d8eb3

View file

@ -174,6 +174,7 @@ export default function TagSettings(props: Props) {
</DialogTitle> </DialogTitle>
<DialogContent className={classes.gutter}> <DialogContent className={classes.gutter}>
<TextField <TextField
margin="dense"
label="Label" label="Label"
value={tag.settings.name} value={tag.settings.name}
onChange={event => { onChange={event => {