diff --git a/src/data-workspace/section-form/section-form.js b/src/data-workspace/section-form/section-form.js
index 1e429aa60..64a28df25 100644
--- a/src/data-workspace/section-form/section-form.js
+++ b/src/data-workspace/section-form/section-form.js
@@ -19,13 +19,14 @@ export const SectionForm = ({ dataSet, globalFilterText }) => {
return (
<>
{displayOptions.customText?.header && (
diff --git a/src/data-workspace/section-form/section.module.css b/src/data-workspace/section-form/section.module.css
index 93e56927d..b7d2419d5 100644
--- a/src/data-workspace/section-form/section.module.css
+++ b/src/data-workspace/section-form/section.module.css
@@ -99,21 +99,21 @@
margin: 2px;
font-size: 1.5em;
}
-.sectionsCustomerText{
+.sectionsCustomText{
width: 100%;
padding: 16px;
}
.sectionTab {
margin-bottom: 8px;
}
-.textLeft{
- text-align: left;
+.textStartLine{
+ text-align: start;
}
.textCenter{
text-align: center;
}
-.textRight{
- text-align: right;
+.textEndLine{
+ text-align: end;
}
.verticalSectionTabWrapper .sectionTab div {