We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c01c37e commit 3ee33e8Copy full SHA for 3ee33e8
packages/tdb-react-components/src/treeGraphComponent/detailsComponent/SchemaControlAccordian.js
@@ -32,7 +32,7 @@ const AddNewModel = ({ onClick }) => {
32
key={"add_new"}
33
id={`add_new}`}
34
drop={"down"}
35
- className="w-100 ml-3"
+ className="w-100 ml-3 mb-3"
36
variant="dark"
37
title={`Add New`}>
38
<Dropdown.Item eventKey="1" onClick={(e) => handleAddNew(ADD_NEW_ENTITY, "DocumentClasses")}>
0 commit comments