Skip to content

Commit

Permalink
fix: Remove padding to fit text in alert for small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
zatteo committed Aug 22, 2023
1 parent 14de540 commit 1d3a781
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/AppHighlightAlert/AppHighlightAlert.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ const AppHighlightAlert = ({
borderRadius: '0.5rem',
position: 'relative',
gridRow: rowIndex,
gridColumn: '1 / -1'
gridColumn: '1 / -1',
paddingTop: 0,
paddingBottom: 0
}}
>
<span
Expand Down

0 comments on commit 1d3a781

Please sign in to comment.