Skip to content

Commit

Permalink
fix domains filter dropdown sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
amirch1 committed Feb 22, 2021
1 parent f299741 commit 039338c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/app/modules/user/filter/filter.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

.kListFilters {
display: flex;
width: 50%;
width: 66%;
.kLastItem {
margin-right: 18px !important;
}
Expand All @@ -45,7 +45,7 @@
flex-direction: column;
flex: 0 0 auto;
margin-right: 24px;
width: 50%;
width: 34%;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ <h5 class="mini-loader" *ngIf="isLoading"><span></span><span></span></h5>
onError="this.onerror=null;this.style.display='none'"
(error)="holder.classList.add('kIconfile-small')">
</div>
<span style="margin-top:2px; overflow: hidden; text-overflow: ellipsis; max-width: 400px"
<span style="margin-top:2px; overflow: hidden; text-overflow: ellipsis; max-width: 440px"
[kTooltip]="item.label" [showOnEllipsis]="true">
{{item.label}}
</span>
</ng-container>

<ng-container *ngSwitchDefault>
<span style="margin-top:2px; overflow: hidden; text-overflow: ellipsis; max-width: 400px"
<span style="margin-top:2px; overflow: hidden; text-overflow: ellipsis; max-width: 440px"
[kTooltip]="item.label" [showOnEllipsis]="true">
{{item.label}}
</span>
Expand Down

0 comments on commit 039338c

Please sign in to comment.