feat: add action chips to search results

This commit is contained in:
Wieland Schöbl
2021-06-22 15:09:40 +00:00
parent 0aa26020be
commit 67fb4a43c9
27 changed files with 771 additions and 303 deletions

View File

@@ -1,3 +1,13 @@
.item {
ion-label {
width: 100%;
div {
display: flex;
flex-direction: column;
}
}
}
::ng-deep {
ion-grid, ion-col {