_redirects.scss 288 B

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