.sortcode {
  overflow: auto;
}

.sortcode-field {
  width: 33.33%;
  display: inline-block;

  &:not(:last-child) {
    padding-right: 10px;
  }

  input.form-control {
    width: 100%;
  }
}

// This needs to be set because of some value coming from js-core. We can remove this when we're free!
.has-error .sortcode-field input {
  margin-bottom: 0px
}