Skip to content

Commit 9eb96ac

Browse files
author
Benjamin Perez
committed
Removed extra padding in logs container sections
1 parent 4f72aa9 commit 9eb96ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portal-ui/src/screens/Console/Common/FormComponents/common/styleLibrary.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ export const settingsCommon = {
309309
export const logsCommon = {
310310
logsSubContainer: {
311311
height: "calc(100vh - 230px)",
312-
padding: "15px 33px",
312+
padding: "15px 0",
313313
},
314314
};
315315

0 commit comments

Comments
 (0)