PagePathHeader.module.scss 438 B

123456789101112131415161718192021222324
  1. .page-path-header :global {
  2. input {
  3. min-width: 20px;
  4. min-height: unset;
  5. padding-top: 2px;
  6. padding-bottom: 2px;
  7. line-height: 1.2em;
  8. }
  9. .page-path-header-buttons {
  10. height: 0;
  11. .btn {
  12. width: 24px;
  13. height: 24px;
  14. transform: translateY(12px);
  15. }
  16. }
  17. // Make Truncated elements horizontally scrollable and hide the scroll bar
  18. .page-path-header-input {
  19. scrollbar-width: none;
  20. }
  21. }