Removed extra padding in logs container sections (#567)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -309,7 +309,7 @@ export const settingsCommon = {
|
||||
export const logsCommon = {
|
||||
logsSubContainer: {
|
||||
height: "calc(100vh - 230px)",
|
||||
padding: "15px 33px",
|
||||
padding: "15px 0",
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user