Skip to content

Commit f3a6848

Browse files
committed
feat(sidemenu): add style(margin and witdh) for the input and label filter
1 parent 31317ab commit f3a6848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/app/core/components/sidemenu/sidemenu.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{{::menuItem.text}}
2323
</a>
2424
</li>
25-
<li ng-show="ctrl.orgs.length > ctrl.maxShownOrgs">
25+
<li ng-show="ctrl.orgs.length > ctrl.maxShownOrgs" style="margin-left: 10px;width: 90%">
2626
<input ng-model="::ctrl.orgFilter" type="text" ng-change="::ctrl.loadOrgsItems();" class="gf-input-small" placeholder="Filter">
2727
<span class="sidemenu-item-text">Max shown : {{::ctrl.maxShownOrgs}}</span>
2828
</li>

0 commit comments

Comments
 (0)