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:
parent
44a31dcd2b
commit
14904d8eb3
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@ export default function TagSettings(props: Props) {
|
|||
</DialogTitle>
|
||||
<DialogContent className={classes.gutter}>
|
||||
<TextField
|
||||
margin="dense"
|
||||
label="Label"
|
||||
value={tag.settings.name}
|
||||
onChange={event => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue