.graphiql {
  height: 300px;
  margin-bottom: 20px;
  clear: both;
}

.graphiql .query, .graphiql .response {
  display: none;
}

.graphiql.view-only .execute-button {
  display: none !important;
}

