Skip to content

Commit

Permalink
[frontend] fix style (#issue/4863)
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahBocognano committed Nov 28, 2023
1 parent 91047aa commit 5b2151c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,16 @@ const useStyles = makeStyles(() => ({
},
tags: {
float: 'right',
width: 350,
display: 'flex',
alignItems: 'center',
justifyContent: 'end',
marginTop: '-8px',
},
tag: {
marginRight: 7,
paddingBottom: 2,
maxWidth: 180,
},
tagsInput: {
margin: '4px 15px 0 10px',
Expand Down

0 comments on commit 5b2151c

Please sign in to comment.