mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-29 19:35:56 +00:00
fix(ui): tags description was going out of the view (#9120)
This commit is contained in:
parent
0973acc77f
commit
f3016be772
@ -678,9 +678,7 @@ const TagsPage = () => {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<div
|
<div className="m-b-sm" data-testid="description-container">
|
||||||
className="tw-mb-3 tw--ml-5"
|
|
||||||
data-testid="description-container">
|
|
||||||
<Description
|
<Description
|
||||||
description={currentCategory?.description || ''}
|
description={currentCategory?.description || ''}
|
||||||
entityName={
|
entityName={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user