.from {
  white-space: nowrap;

  img {
    vertical-align: middle;
  }
}

.txhash {
  display: inline-block;
  overflow: hidden;
  padding-right: 3ch;
  text-overflow: ellipsis;
  width: 10ch;
}

.transaction {
  td {
    padding: 7px 15px;
  }

  td:first-child {
    padding: 7px 0;
  }

  &.local {
    background: #8bc34a;
  }
}

.nowrap {
  white-space: nowrap;
}

.edit {
  label, input {
    display: block;
  }
}
