Skip to content

Commit

Permalink
Merge pull request #488 from udsm-dhis2-lab/feature/improve-lis-menu
Browse files Browse the repository at this point in the history
Fix dropdown padding issue
  • Loading branch information
josephatJ authored Nov 19, 2024
2 parents 535dabb + bc8adae commit dd5ac9c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
text-overflow: ellipsis !important;
display: block !important;
line-height: 30px !important;
padding: 0 16px !important;
padding-top: 2rem !important;
padding-bottom: 2rem !important;
// padding: 0 16px !important;
// padding-top: 2rem !important;
// padding-bottom: 2rem !important;
text-align: left !important;
text-decoration: none !important;
max-width: 100% !important;
Expand Down

0 comments on commit dd5ac9c

Please sign in to comment.