Removed extra padding in logs container sections (#567)

This commit is contained in:
Alex
2021-01-21 11:33:29 -06:00
committed by GitHub
parent 4f72aa969b
commit e17a371744
2 changed files with 107 additions and 107 deletions

File diff suppressed because one or more lines are too long

View File

@@ -309,7 +309,7 @@ export const settingsCommon = {
export const logsCommon = { export const logsCommon = {
logsSubContainer: { logsSubContainer: {
height: "calc(100vh - 230px)", height: "calc(100vh - 230px)",
padding: "15px 33px", padding: "15px 0",
}, },
}; };