.request-body {
  white-space: pre-wrap;
  word-break: break-word;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.tag-list {
  margin-top: 12px;
}

.tag-form {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}

.tag-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  line-height: 1;
  border-radius: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}

.inline-form {
  display: inline-block;
  margin-right: 8px;
}

.chip-active {
  background-color: #1976d2;
  color: #ffffff;
}
