Merge "Web: Adjust console tab type sizes for pf4"

changes/96/742296/1
Zuul 2020-07-21 21:25:36 +00:00 committed by Gerrit Code Review
commit 83e9d0cf13
1 changed files with 9 additions and 2 deletions

View File

@ -223,6 +223,7 @@ pre.version {
flex-grow: 1;
flex-shrink: 1;
flex-basis: 0;
font-size: 14px;
}
.zuul-console .list-view-pf-expand
{
@ -234,8 +235,14 @@ pre.version {
}
.zuul-console .list-group-item-heading
{
line-height: 20px;
font-size: 12px;
line-height: 16px;
font-size: 14px;
margin-bottom: 0;
}
.zuul-console .list-group-item-text
{
line-height: 16px;
font-size: 14px;
margin-bottom: 0;
}
.zuul-console .task-skipped