Fixed wrapping bug on the search key

This commit is contained in:
Michael Abashian 2017-01-12 20:20:22 -05:00
parent 306da7b793
commit 28ac03f291
2 changed files with 8 additions and 8 deletions

View File

@ -186,8 +186,6 @@
.SmartSearch-keyPane {
max-height: 200px;
overflow: auto;
display: flex;
flex-wrap: wrap;
margin: 0px 0px 20px 0px;
font-size: 12px;
width: 100%;

View File

@ -38,13 +38,15 @@
<i class="fa fa-times-circle"></i>
</button>
</div>
<div class="SmartSearch-keyRow SmartSearch-examples">
<div class="SmartSearch-examples--title">
<b>EXAMPLES:</b>
<div class="SmartSearch-keyRow">
<div class="SmartSearch-examples">
<div class="SmartSearch-examples--title">
<b>EXAMPLES:</b>
</div>
<div class="SmartSearch-examples--search">name:foo</div>
<div class="SmartSearch-examples--search">organization.name:Default</div>
<div class="SmartSearch-examples--search">id:>10</div>
</div>
<div class="SmartSearch-examples--search">name:foo</div>
<div class="SmartSearch-examples--search">organization.name:Default</div>
<div class="SmartSearch-examples--search">id:>10</div>
</div>
<div class="SmartSearch-keyRow">
<b>FIELDS:</b> <span ng-repeat="(key,value) in model.base">{{ key }}<span ng-if="!$last">, </span></span>