[MIRROR] orbit ui hotfix [MDB IGNORE] (#14802)

* orbit ui hotfix (#68224)

reeeeeeeeeeee

* orbit ui hotfix

Co-authored-by: Jeremiah <42397676+jlsnow301@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-07-08 19:33:06 +00:00
committed by GitHub
co-authored by Jeremiah
parent 3b5c7d0ac5
commit 9217c08b8c
+2 -2
View File
@@ -61,13 +61,13 @@ enum THREAT {
export const Orbit = (props, context) => {
return (
<Window title="Orbit" width={400} height={550}>
<Window.Content>
<Window.Content scrollable>
<Stack fill vertical>
<Stack.Item mt={0}>
<ObservableSearch />
</Stack.Item>
<Stack.Item mt={0.2} grow>
<Section fill scrollable>
<Section fill>
<ObservableContent />
</Section>
</Stack.Item>