Skip to content

Commit

Permalink
Add margin to global cooldown label.
Browse files Browse the repository at this point in the history
  • Loading branch information
Penca53 committed Sep 29, 2021
1 parent cd5d987 commit 2802aea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/SoundsContainer/soundsContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ export const SoundsContainer: React.FC<SoundsContainer> = ({
alignItems: 'center',
}}
>
<label htmlFor="global-cooldown" style={{ fontWeight: 'bold' }}>
<label
htmlFor="global-cooldown"
style={{ fontWeight: 'bold', marginRight: '8px' }}
>
Global cooldown:
</label>
<input
Expand Down

0 comments on commit 2802aea

Please sign in to comment.