system-admin--links.css 603 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /*
  2. * DO NOT EDIT THIS FILE.
  3. * See the following change record for more information,
  4. * https://www.drupal.org/node/2815083
  5. * @preserve
  6. */
  7. /**
  8. * @file
  9. * System admin module: admin and compact links.
  10. */
  11. /**
  12. * System compact link: to toggle the display of description text.
  13. */
  14. .compact-link {
  15. margin: 0 0 0.5em 0;
  16. }
  17. /**
  18. * Quick inline admin links.
  19. */
  20. small .admin-link:before {
  21. content: " [";
  22. }
  23. small .admin-link:after {
  24. content: "]";
  25. }
  26. /**
  27. * Cron external link on cron configuration form.
  28. */
  29. .system-cron-settings__link {
  30. overflow-wrap: break-word;
  31. word-wrap: break-word;
  32. }