Skip to content

Commit

Permalink
Add padding to bottom of log block. (#38610)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1d8413e)
  • Loading branch information
tirkarthi authored and ephraimbuddy committed Mar 31, 2024
1 parent 1476018 commit 11c6514
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ const LogBlock = ({
maxHeight={`calc(100% - ${offsetTop}px)`}
overflowY="auto"
p={3}
pb={0}
display="block"
whiteSpace={wrap ? "pre-wrap" : "pre"}
border="1px solid"
Expand Down

0 comments on commit 11c6514

Please sign in to comment.