remove white space from event log view (#5175)

This commit is contained in:
James Gatz
2022-09-13 15:52:36 +02:00
committed by GitHub
parent 09471be1a1
commit 862ab2acda
2 changed files with 1 additions and 2 deletions

View File

@@ -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')({

View File

@@ -32,7 +32,6 @@ const EventLogTableWrapper = styled.div({
width: '100%',
flex: 1,
overflow: 'hidden',
padding: 'var(--padding-sm)',
boxSizing: 'border-box',
});