fix(ui) Fix entity name styling to show deprecation and others properly (#8084)

This commit is contained in:
Chris Collins 2023-05-19 09:54:34 -04:00 committed by GitHub
parent 999b997223
commit 33c4ab7fda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,6 @@ import { useGlossaryEntityData } from '../../../GlossaryEntityContext';
const EntityTitle = styled(Typography.Title)`
margin-right: 10px;
width: 90%;
max-width: 650px;
&&& {
margin-bottom: 0;