Skip to content

Commit 65c1516

Browse files
committed
font size changes
1 parent 574bdaf commit 65c1516

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/kafka-connect/select-type/sink-or-source.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ <h4>
2828
ng-if="classesInClasspath.indexOf(source.class) !=-1"
2929
ng-href="{{ classesInClasspath.indexOf(source.class) !==-1 && '#/cluster/'+cluster+'/create-connector/source/' + source.name || '' }}"
3030
ng-class="classesInClasspath.indexOf(source.class) ==-1 && 'notavailable' || '' ">
31-
<img ng-src="src/assets/icons/{{source.icon}}" class="md-avatar" style="width:30px;height:30px;" />
31+
<img ng-src="src/assets/icons/{{source.icon}}" class="md-avatar" style="width:40px;height:40px;" />
3232
<div class="md-list-item-text" >
3333
<h3><b>{{source.name}}</b></h3>
3434
<p style="font-size:12px;">{{source.description}}</p>
3535
</div>
3636
</md-list-item>
3737
</md-list>
3838

39-
<md-list flex ng-if="sinks.length > 0" >
39+
<md-list class="dense" flex ng-if="sinks.length > 0" >
4040
<md-subheader class="md-no-sticky">Sinks</md-subheader>
4141
<md-list-item ng-repeat='sink in sinks | filter : search2' class="md-2-line"
4242
ng-if="classesInClasspath.indexOf(sink.class) !=-1"
@@ -45,7 +45,7 @@ <h3><b>{{source.name}}</b></h3>
4545
<img ng-src="src/assets/icons/{{sink.icon}}" class="md-avatar" style="width:40px;height:40px;" />
4646
<div class="md-list-item-text">
4747
<h3><b>{{sink.name}}</b></h3>
48-
<p>{{sink.description}}</p>
48+
<p style="font-size:12px;">{{sink.description}}</p>
4949
</div>
5050
</md-list-item>
5151
</md-list>

0 commit comments

Comments
 (0)