We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec8160 commit 44d98c3Copy full SHA for 44d98c3
src/app/containers/ActionContainer.jsx
@@ -28,7 +28,7 @@ class ActionContainer extends Component {
28
}
29
return (
30
<div className="action-container">
31
- <button onClick = {this.props.emptySnapshot}>emptySnapshot</button>
+ <button className="emptySnapshot" onClick = {this.props.emptySnapshot}>emptySnapshot</button>
32
<div >{actionsArr}</div>
33
</div>
34
);
src/app/styles/styles.scss
@@ -22,6 +22,10 @@
22
overflow: scroll;
23
24
25
+.emptySnapshot{
26
+ width: 100%;
27
+}
+
.state-container {
font-size: 15px;
flex: 7 auto;
0 commit comments