Skip to content

Commit cde5a22

Browse files
authored
Fix .subheader CSS. (#407)
* Fix subheader CSS. Allows growing when 'api_managed_roster' is true and additional text is visible. * Bump version.
1 parent cb55fae commit cde5a22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/oncall/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.1'
1+
__version__ = "2.0.2"

src/oncall/ui/static/css/oncall.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ nav.subnav li.active {
289289

290290
.subheader {
291291
padding: 20px;
292-
height: 110px;
292+
min-height: 110px;
293293
color: #fff;
294294
}
295295

0 commit comments

Comments
 (0)