mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-15 02:01:43 +03:00
Merge pull request #659 from GlancingMind/make-webui-comment-input-resizable
Make comment input vertically resizable
This commit is contained in:
commit
dc875530a4
@ -15,7 +15,11 @@ const useStyles = makeStyles((theme) => ({
|
|||||||
margin: theme.spacing(2, 0),
|
margin: theme.spacing(2, 0),
|
||||||
padding: theme.spacing(0, 2, 2, 2),
|
padding: theme.spacing(0, 2, 2, 2),
|
||||||
},
|
},
|
||||||
textarea: {},
|
textarea: {
|
||||||
|
'& textarea.MuiInputBase-input': {
|
||||||
|
resize: 'vertical',
|
||||||
|
},
|
||||||
|
},
|
||||||
tabContent: {
|
tabContent: {
|
||||||
margin: theme.spacing(2, 0),
|
margin: theme.spacing(2, 0),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user