.full-name {
  flex: 0.6;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.left {
  flex: 1;
}

.padded {
  display: flex;
  align-items: baseline;
  width: 100%;
}

.greeting {
  padding-left: 1em;
}

.form-actions {
  display: flex;
}
