Frontend/src/app/dispatching/dispatching-editor/dispatching-editor.component.css [4:15]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
section {
  padding: 10px;
}

form {
  width: 100%;
}

.partial-input {
  float:left;
  width:65%;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



Frontend/src/app/users/user-editor/user-editor.component.css [4:15]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
section {
  padding: 10px;
}

form {
  width: 100%;
}

.partial-input {
  float:left;
  width:65%;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



