mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 11:11:47 +08:00
added width class to add member choose (#10835)
This commit is contained in:

committed by
Torkel Ödegaard

parent
39238c192d
commit
fc05fc42c9
@ -33,7 +33,7 @@
|
|||||||
Old picker
|
Old picker
|
||||||
<user-picker user-picked="ctrl.userPicked($user)"></user-picker>
|
<user-picker user-picked="ctrl.userPicked($user)"></user-picker>
|
||||||
-->
|
-->
|
||||||
<select-user-picker handlePicked="ctrl.userPicked" backendSrv="ctrl.backendSrv"></select-user-picker>
|
<select-user-picker class="width-7" handlePicked="ctrl.userPicked" backendSrv="ctrl.backendSrv"></select-user-picker>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user