Merge "Web: Adjust console tab type sizes for pf4"
commit
83e9d0cf13
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue