diff --git a/client/EorzeaVotes/Ui/MoreDetailsWindow.cs b/client/EorzeaVotes/Ui/MoreDetailsWindow.cs index 01828af..f32659f 100644 --- a/client/EorzeaVotes/Ui/MoreDetailsWindow.cs +++ b/client/EorzeaVotes/Ui/MoreDetailsWindow.cs @@ -33,6 +33,9 @@ internal class MoreDetailsWindow : IDrawable { return DrawStatus.Continue; } + ImGui.PushTextWrapPos(); + using var popTextWrapPos = new OnDispose(ImGui.PopTextWrapPos); + ImGui.TextUnformatted(this.Question.Text); ImGui.Spacing();