diff --git a/src/DataDictionary/component.js b/src/DataDictionary/component.js
index ed66aa6b28..d7a41f889c 100644
--- a/src/DataDictionary/component.js
+++ b/src/DataDictionary/component.js
@@ -24,11 +24,11 @@ const CategoryTable = ({dictionary, nodes, category}) =>{
return (
-
-
+
+
{category}
- |
-
+
+
diff --git a/src/theme.js b/src/theme.js
index 4e71b6c121..686e11c03c 100644
--- a/src/theme.js
+++ b/src/theme.js
@@ -90,7 +90,6 @@ export const TableHead = styled.thead`
-ms-user-select: none;
user-select: none;
text-align: left;
- padding: 5px 5px;
`;
export const TableRow = styled.tr`