Skip to content

Commit

Permalink
Update style for queue statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed May 9, 2018
1 parent 311446d commit fcdb44d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
} from '@elastic/eui';

export const Queue = ({ vertexSelected }) => (
<li className="queueStatement">
<li className="statement">
<div>
<EuiPanel
className="statement__content"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,3 @@
.statement {
margin-top: 10px;
}

.queueStatement {
margin: 16px 0px 10px 32px;
}

0 comments on commit fcdb44d

Please sign in to comment.