Commit ffc66e7 1 parent 164a6b6 commit ffc66e7 Copy full SHA for ffc66e7
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
< span class ="tags-list flexwrap ">
5
5
< span ng-repeat ="tag in value " class ="label label-primary mb-xxxs mr-xxxs "> {{tag.text}}</ span >
6
- < small ng-show ="active ">
6
+ <!-- -->
7
+ < small ng-show ="active " style ="line-height:18px; " class ="mb-xxxs mr-xxxs ">
7
8
< a href class ="clickable " tooltip-popup-delay ='500 ' uib-tooltip ="edit ">
8
9
< i class ="glyphicon glyphicon-pencil " ng-click ="edit() "> </ i >
9
10
</ a >
Original file line number Diff line number Diff line change 1
1
< span ng-hide ="updatable.updating " ng-init ="active = false " ng-mouseenter ="active = true " ng-mouseleave ="active = false ">
2
2
< span class ="updatable-value " ng-bind ="getUserInfo.get(value) | getField:'name' " style ="vertical-align:top "> </ span >
3
3
< small ng-show ="active ">
4
- < a style =" cursor: pointer; " target ="_self " tooltip-popup-delay ='500 ' uib-tooltip ="edit ">
4
+ < a class =" clickable " target ="_self " tooltip-popup-delay ='500 ' uib-tooltip ="edit ">
5
5
< i class ="glyphicon glyphicon-pencil " ng-click ="edit() "> </ i >
6
6
</ a >
7
7
</ small >
You can’t perform that action at this time.
0 commit comments