Skip to content

Commit

Permalink
Merge pull request #294 from zanata/ZNTA-1910-percentage-wrap
Browse files Browse the repository at this point in the history
fix(ZNTA-1910): fixed percentage wrapping on approved 100% text in suggestions panel of editor
  • Loading branch information
kathryngo committed May 4, 2017
2 parents dc75720 + c2b1919 commit 9bd9c58
Showing 1 changed file with 4 additions and 3 deletions.
Expand Up @@ -363,9 +363,10 @@ ul.source-infolist {
border-bottom-color: transparent;
}

/* bootstrap override */
:focus, button:focus {
outline: none;
ul.u-listInline li .u-textSuccess, ul.u-listInline li .u-textSecondary,
ul.u-listInline li .u-textHighlight
{
width:120%;
}

/* bootstrap override */
Expand Down

0 comments on commit 9bd9c58

Please sign in to comment.