 /*Introduces more compact admin view*/
#result_list {
  table-layout: auto !important;
}

#result_list th {
  white-space: normal !important;
}

#result_list th.nowrap,
#result_list td.nowrap {
  white-space: normal !important;
  word-break: break-word !important;
}

#result_list td {
    padding: 4px;
}

/* Prevent object action buttons from covering the object title on change pages. */
body.change-form ul.object-tools {
  float: none;
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px;
  margin: 0 0 16px;
  padding: 0;
}

body.change-form ul.object-tools li {
  float: none;
  margin: 0;
  height: auto;
}

body.change-form ul.object-tools a,
body.change-form ul.object-tools button {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}

body.change-form #content > h1 {
  clear: both;
}
