Skip to content

Commit

Permalink
#709 set max-width of filter drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
arawinters committed Nov 27, 2024
1 parent f3c13a7 commit 9ec7132
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/data-table/src/environments/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ export const apiConfig: SzRestConfigurationParameters = {
* This import should be commented out in production mode because it will have a negative impact
* on performance if an error is thrown.
*/
import 'zone.js'; // Included with Angular CLI.
import 'zone.js'; // Included with Angular CLI.
2 changes: 1 addition & 1 deletion examples/search-in-graph/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class AppComponent implements AfterViewInit {
public unsubscribe$ = new Subject<void>();
public currentSearchResults: SzAttributeSearchResult[];
public currentlySelectedEntityId: number;
public searchResultEntityIds: SzEntityIdentifier[] = [3];
public searchResultEntityIds: SzEntityIdentifier[] = [1];
//public searchResultEntityIds: SzEntityIdentifier[] = [300002];
//public searchResultEntityIds: SzEntityIdentifier[] = [500038];
public currentSearchParameters: SzEntitySearchParams;
Expand Down
2 changes: 2 additions & 0 deletions src/lib/graph/sz-graph.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ sz-graph-control, .sz-graph-control, .sz-graph-filter {
}

.sz-graph-filter {
max-width: 300px;

&.top-left {
top: 21px;
left: 0px;
Expand Down

0 comments on commit 9ec7132

Please sign in to comment.