body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.container {
  flex: 1;
  width: 100%;
}

.truncate-long-words {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-list-form .field {
  margin-right: 1.5rem;
}

.user-select-all {
  user-select: all;
}
