_redirects.scss 333 B

1234567891011121314151617
  1. .redirects .listing-with-x-scroll {
  2. display: block;
  3. overflow-x: auto;
  4. white-space: nowrap;
  5. }
  6. .redirects header .has-multiple-actions {
  7. display: flex;
  8. }
  9. .redirects header .has-multiple-actions .actionbutton {
  10. margin-inline-start: 10px;
  11. }
  12. .redirects header .has-multiple-actions .dropdown {
  13. margin-inline-start: 10px;
  14. }