Skip to content

Commit

Permalink
Merge pull request #69 from alancutter/omSize
Browse files Browse the repository at this point in the history
Fix clipped om symbol
  • Loading branch information
shans authored Sep 30, 2016
2 parents 4a1127d + 674069b commit e35a81a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions client/cz-regression-dash.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,20 @@
.count {
padding: 0px 6px;
}

#no-regressions {
color: #4CAF50;
font-size: 2em;
overflow: visible;
}
</style>
<a href="{{crbugLink(components)}}" target="_blank">
<paper-card heading="Regression Bugs" id="card">
<div class="card-content">
<div class='card-flex'>
<template is="dom-if" if="{{!hasRegressions}}">
<paper-item>
<paper-item-body>
<div style="color: #4CAF50; font-size: 2em">&#x0950;</div>
</paper-item-body>
<paper-item-body id="no-regressions">&#x0950;</paper-item-body>
</paper-item>
</template>
<template is="dom-if" if="{{hasRegressions}}">
Expand Down

0 comments on commit e35a81a

Please sign in to comment.