fix responsive display
This commit is contained in:
parent
63202065b9
commit
bf20084dfb
@ -34,7 +34,7 @@ import { Notification } from '@ohif/ui';
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<div className="p-4">
|
<div className="p-4 w-full lg:w-2/3">
|
||||||
<Notification
|
<Notification
|
||||||
text="Track all measurement for this series?"
|
text="Track all measurement for this series?"
|
||||||
type="info"
|
type="info"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user