diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index 4ea69066..328490a8 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -6386,6 +6386,10 @@ namespace Volian.Print.Library { Width = 72 * 7; // TODO: Need to determine the Width of the Table based upon the contents } + else if (itemInfo.MyParent.FormatStepData != null && itemInfo.MyParent.FormatStepData.Type == "TitleWithTextRight") // B2019-141: Background steps width too small + { + Width = (float)itemInfo.MyDocStyle.Layout.PageWidth - XOffset; + } else if (itemInfo.MyParent.IsCaution || itemInfo.MyParent.IsNote) { if (itemInfo.ActiveFormat.MyStepSectionLayoutData.DevNoteOrCautionTabOffset != null)