table {
  width: 100%;
}


tr.logs-row {
  height: 0;
}

.logs-row td {
  border-bottom-width: 0;
}

.logs {
  max-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}


.actions {
  text-align: right;
}

pre.code {
  white-space: pre-wrap; /* css-3 */
  background: #000;
  color: white;
  font-size: 75%;
}
