mirror of
https://github.com/lemeow125/Ivy-Frontend.git
synced 2024-11-17 06:39:25 +08:00
Align page name to left side
This commit is contained in:
parent
6c69cd438a
commit
2acfc48e1c
1 changed files with 2 additions and 1 deletions
|
@ -113,12 +113,13 @@ const styles: { [key: string]: React.CSSProperties } = {
|
|||
display: "flex",
|
||||
flexDirection: "row",
|
||||
alignItems: "center",
|
||||
alignSelf: "flex-start",
|
||||
},
|
||||
wrapper_column: {
|
||||
display: "flex",
|
||||
flexDirection: "column",
|
||||
alignItems: "center",
|
||||
height: "50%",
|
||||
alignSelf: "flex-start",
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue