mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-30 11:03:00 -04:00
remove white space from event log view (#5175)
This commit is contained in:
@@ -67,7 +67,7 @@ const EventLog = styled('div')({
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
overflow: 'hidden',
|
||||
border: '1px solid var(--hl-md)',
|
||||
borderTop: '1px solid var(--hl-md)',
|
||||
});
|
||||
|
||||
const EventIconCell = styled('div')({
|
||||
|
||||
@@ -32,7 +32,6 @@ const EventLogTableWrapper = styled.div({
|
||||
width: '100%',
|
||||
flex: 1,
|
||||
overflow: 'hidden',
|
||||
padding: 'var(--padding-sm)',
|
||||
boxSizing: 'border-box',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user