2
0

_redirects.scss 219 B

12345678910111213
  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. }