-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(geo): allow query results to show results as tab instead of a li…
…st (#1156) * perf(geo): changer l'affichage de Query du liste collapse ver affichage par onglet * verify the result for toast-panel or search-result-tools * rename variable * add animation to resize tabs content --------- Co-authored-by: Pierre-Étienne Lord <[email protected]>
- Loading branch information
1 parent
a03e502
commit 1a79c2d
Showing
4 changed files
with
60 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,8 @@ | |
|
||
igo-list ::ng-deep mat-list { | ||
height: 100%; | ||
.custom-tabs-view .mat-tab-header-pagination { | ||
min-width: 20px; | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters