field_ui_display_overview_table.css

Same filename in this branch
  1. main core/themes/stable9/css/field_ui/field_ui_display_overview_table.css
.display-mode-overview-table th:first-child {
  width: 20%;
}
.display-mode-overview-table th:nth-child(2) {
  width: 50%;
}
.display-mode-overview-table th:last-child {
  width: 30%;
}
.display-mode-overview-table td {
  max-width: 50px;
  word-wrap: break-word;
}

.field-ui-display-overview-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin: 1.5rem 0 1rem;
}

.field-ui-display-overview-heading h2 {
  margin: 0;
}

.field-ui-display-overview-heading .action-link {
  flex-shrink: 0;
  align-self: center;
  margin: 0;
}

@media (max-width: 43.75rem) {
  .field-ui-display-overview-heading {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .field-ui-display-overview-heading .action-link {
    align-self: flex-start;
  }
}

File

core/modules/field_ui/css/field_ui_display_overview_table.css

View source
  1. .display-mode-overview-table th:first-child {
  2. width: 20%;
  3. }
  4. .display-mode-overview-table th:nth-child(2) {
  5. width: 50%;
  6. }
  7. .display-mode-overview-table th:last-child {
  8. width: 30%;
  9. }
  10. .display-mode-overview-table td {
  11. max-width: 50px;
  12. word-wrap: break-word;
  13. }
  14. .field-ui-display-overview-heading {
  15. display: flex;
  16. align-items: center;
  17. justify-content: space-between;
  18. gap: 1rem;
  19. margin: 1.5rem 0 1rem;
  20. }
  21. .field-ui-display-overview-heading h2 {
  22. margin: 0;
  23. }
  24. .field-ui-display-overview-heading .action-link {
  25. flex-shrink: 0;
  26. align-self: center;
  27. margin: 0;
  28. }
  29. @media (max-width: 43.75rem) {
  30. .field-ui-display-overview-heading {
  31. flex-direction: column-reverse;
  32. align-items: flex-start;
  33. }
  34. .field-ui-display-overview-heading .action-link {
  35. align-self: flex-start;
  36. }
  37. }

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.