Skip to content

Commit

Permalink
Update #86by49jwt - minor csss fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaalshaikh committed Sep 10, 2024
1 parent e676751 commit 994a799
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ body.jsenabled .block_quickcourselist .submitbutton {

.block_quickcourselist .quickcourseprogress {
visibility: hidden;
width: 16px;
height: 16px;
}

.block_quickcourselist ul {
Expand All @@ -18,4 +20,4 @@ body.jsenabled .block_quickcourselist .submitbutton {
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #d3d3d3;
}
}

0 comments on commit 994a799

Please sign in to comment.