= () => {
return (
- } center={} right={} />
+ } right={} />
);
diff --git a/teachertool/src/components/styling/RubricWorkspace.module.scss b/teachertool/src/components/styling/RubricWorkspace.module.scss
index 540573c58342..29fb1b18f501 100644
--- a/teachertool/src/components/styling/RubricWorkspace.module.scss
+++ b/teachertool/src/components/styling/RubricWorkspace.module.scss
@@ -14,8 +14,4 @@
div[class*="tt-tabview"] {
flex: 1 1 0%;
}
-
- div[class*="tt-toolbar-center"] {
- flex-grow: 1;
- }
}