We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 368c20c commit c6bc42fCopy full SHA for c6bc42f
src/gui/src/UI/Components/Flexer.js
@@ -34,6 +34,7 @@ export default def(class Flexer extends Component {
34
35
static CSS = `
36
:host > div {
37
+ height: 100%;
38
display: flex;
39
flex-direction: column;
40
justify-content: center;
src/gui/src/UI/Components/StepView.js
@@ -30,7 +30,10 @@ export default def(class StepView extends Component {
30
}
31
32
33
- #wrapper { display: none }
+ #wrapper {
+ display: none;
+ }
* { -webkit-font-smoothing: antialiased;}
`;
0 commit comments