removes unneeded styles and html in Screen component
This commit is contained in:
parent
f711b7c075
commit
473c5726b3
|
@ -21,14 +21,3 @@
|
|||
<Component definition={screenDefinition} />
|
||||
</Provider>
|
||||
{/key}
|
||||
|
||||
<style>
|
||||
div {
|
||||
flex: 1 1 auto;
|
||||
align-self: stretch;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
align-items: stretch;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue