.adminldap {
  width: 100%;
  height: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  user-select: text;
}

.adminldap .fetch-metadata-button {
  margin-bottom: 16px;
}

.adminldap textarea {
  resize: none !important;
  min-height: 300px;
}

.adminldap table {
  border: 1px solid grey;
}

.adminldap label {
  font-weight: bold;
}