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

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

.adminsso textarea {
  resize: none !important;
}

.adminsso ul {
  padding: 0;
  margin: 0;
}