ErrorBoundary: add error boundary to IconGrid

This commit is contained in:
Tobias Fried
2020-07-31 20:01:25 -04:00
parent f79eb5a5d3
commit d1f22a3dbc
3 changed files with 40 additions and 1 deletions

View File

@@ -52,7 +52,7 @@
width: 100%;
height: 0px;
margin: 0px;
padding-right: 10%;
/* padding-right: 10%; */
border-radius: 16px;
overflow: hidden;
}
@@ -110,6 +110,16 @@
height: 48px;
}
.close {
width: 10%;
text-align: end;
}
.close-icon {
margin: 24px;
cursor: pointer;
}
.empty-list {
display: flex;
flex-direction: column;