Skip to content
Snippets Groups Projects

fix tags size

Merged Karol Beyrowski requested to merge fix-tag-size into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -5,7 +5,7 @@
@@ -5,7 +5,7 @@
(changed)="filterAppsByName($event)"></nmaas-inline-search>
(changed)="filterAppsByName($event)"></nmaas-inline-search>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="col-xs-12 col-sm-4 col-md-4 col-lg-4">
<nmaas-tag-filter (changed)="filterAppsByTag($event)"></nmaas-tag-filter>
<nmaas-tag-filter (changed)="filterAppsByTag($event)"></nmaas-tag-filter>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3 form-inline">
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3 form-inline">
@@ -16,7 +16,7 @@
@@ -16,7 +16,7 @@
</select>
</select>
</div>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<div class="col-xs-12 col-sm-2 col-md-2 col-lg-2">
<div class="btn-toolbar" role="toolbar">
<div class="btn-toolbar" role="toolbar">
<div class="btn-group pull-right">
<div class="btn-group pull-right">
<button href="#tab-grid" class="btn btn-default" data-toggle="tab" [class.active]="selectedListType === ListType.GRID" (click)="selectedListType = ListType.GRID">
<button href="#tab-grid" class="btn btn-default" data-toggle="tab" [class.active]="selectedListType === ListType.GRID" (click)="selectedListType = ListType.GRID">
Loading