Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Fix: Unknown text overlapping UP district map (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR committed Apr 17, 2020
1 parent ce0345b commit a03b95c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1772,7 +1772,9 @@ table {

.unknown {
position: absolute;
top: 6rem;
top: 3rem;
right: 0;
text-align: right;
width: 5rem;
font-weight: 600;
font-weight: 0.75rem;
Expand Down

1 comment on commit a03b95c

@vercel
Copy link

@vercel vercel bot commented on a03b95c Apr 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.