Skip to content

Commit

Permalink
Fix locked project label styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielrindlaub committed Aug 22, 2024
1 parent d4b2542 commit 6747eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/projects/ManageLabelsModal/LabelForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const Overlay = styled('div', {
position: 'absolute',
color: '$textMedium',
height: '53px',
width: '176px',
width: '100%',
top: '30px',
left: '1px',
padding: '$1',
Expand Down

0 comments on commit 6747eaa

Please sign in to comment.