Skip to content

Commit

Permalink
Fix .subheader CSS. (#407)
Browse files Browse the repository at this point in the history
* Fix subheader CSS. Allows growing when 'api_managed_roster' is true and additional text is visible.

* Bump version.
  • Loading branch information
tbrockman authored Oct 2, 2023
1 parent cb55fae commit cde5a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/oncall/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.0.1'
__version__ = "2.0.2"
2 changes: 1 addition & 1 deletion src/oncall/ui/static/css/oncall.css
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ nav.subnav li.active {

.subheader {
padding: 20px;
height: 110px;
min-height: 110px;
color: #fff;
}

Expand Down

0 comments on commit cde5a22

Please sign in to comment.