| 12345678910111213141516171819 |
- .page-path-header :global {
- input {
- min-width: 20px;
- min-height: unset;
- padding-top: 0;
- padding-bottom: 0;
- line-height: 1em;
- }
- .page-path-header-buttons {
- height: 0;
- .btn {
- width: 24px;
- height: 24px;
- transform: translateY(8px);
- }
- }
- }
|