-
Notifications
You must be signed in to change notification settings - Fork 430
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix alignment by changing index font
For a non-monospace font such as Segoe UI, "1." takes up less horizontal space than "2.". This results in the first name having different vertical alignment compared to all the names below the first one in the PersonListCard. Lets change the font of the index in the PersonListCard to a monospaced font such as Arial Mono, which seems to eliminate the misalignment issue so that the names in the PersonListCard are aligned.
- Loading branch information
1 parent
d925b35
commit aa29e2a
Showing
6 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters