Skip to content

Commit

Permalink
Make progress bar take up full width even if description is empty (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski authored Jul 1, 2024
1 parent 9de8f2c commit 7609220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
bottom: 0;
margin-left: -8px;
padding: 0 4px;
width: calc(100% - 8px);
}

.jp-Exhibit:hover .jp-Exhibit-bottom {
Expand Down

0 comments on commit 7609220

Please sign in to comment.