Skip to content

Commit 333bb98

Browse files
committed
Styling changes
Signed-off-by: Daniel Valdivia <[email protected]>
1 parent 0e8799a commit 333bb98

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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
@@ -127,7 +127,7 @@ export const radioIcons = {
127127

128128
export const containerForHeader = (bottomSpacing: any) => ({
129129
container: {
130-
padding: "10px 16px 0",
130+
padding: "8px 16px 0",
131131
"& h6": {
132132
color: "#777777",
133133
fontSize: 30,

portal-ui/src/screens/Console/Common/PageHeader/PageHeader.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ const styles = (theme: Theme) =>
3232
marginLeft: 34,
3333
marginTop: 8,
3434
},
35-
rightMenu: {},
35+
rightMenu: {
36+
textAlign: "right",
37+
},
3638
logo: {
3739
marginLeft: 34,
3840
fill: theme.palette.primary.main,

0 commit comments

Comments
 (0)