fix unregister entity UI (#3103)

This commit is contained in:
Abhishek Jakhar
2020-10-30 19:54:07 +05:30
committed by GitHub
parent 74ef4f2da6
commit ba01036406
@@ -101,7 +101,7 @@ export const UnregisterEntityDialog: FC<Props> = ({
That are located at the following location:
</DialogContentText>
<Typography component="div">
<ul>
<ul style={{ wordBreak: 'break-word' }}>
<li>
{entities[0]?.metadata.annotations?.[LOCATION_ANNOTATION]}
</li>