ErrorBoundary: add error boundary to IconGrid
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user