Skip to content

Commit e4d95d7

Browse files
committed
(fix) Fix change location button text cutoff in navbar
1 parent ae876b5 commit e4d95d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/apps/esm-login-app/src/change-location-link/change-location-link.extension.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { HeaderGlobalAction } from '@carbon/react';
2-
import { LocationIcon, navigate, useSession } from '@openmrs/esm-framework';
31
import React from 'react';
2+
import { HeaderGlobalAction } from '@carbon/react';
43
import { useTranslation } from 'react-i18next';
4+
import { LocationIcon, navigate, useSession } from '@openmrs/esm-framework';
55
import styles from './change-location-link.scss';
66

77
const ChangeLocationLink: React.FC = () => {

packages/apps/esm-login-app/src/change-location-link/change-location-link.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
}
1414

1515
.currentLocationText {
16-
padding-inline-start: layout.$spacing-03;
16+
padding-inline: layout.$spacing-04;
1717
}

0 commit comments

Comments
 (0)