Skip to content

Commit

Permalink
fixed the bullet point styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Shayan Monadjemi committed Dec 10, 2024
1 parent 92f41e1 commit a026304
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/styles/program-navigation.css
Original file line number Diff line number Diff line change
Expand Up @@ -350,17 +350,21 @@
opacity: 0;
}

.content ul li:before {
/**
NOTE: the style classes below cause issues with bullet points for ul elements. To be revisited when we implement the program
*/

/* .content ul li:before {
display: none !important;
}
.hide-auth-controls {
display: none !important;
}
} */

/* Calendar */

.tzOptions {
/* .tzOptions {
position: relative !important;
vertical-align: baseline !important;
}
} */

0 comments on commit a026304

Please sign in to comment.