@inherits DialogBaseComponent<LabelControl> <div style="@GetStyle">@Control.Text</div> @code { protected override string GetStyle => base.GetStyle + GetControlAlign() + "white-space: pre-wrap;line-height: normal;"; }