Skip to content

Commit

Permalink
Fix panel description styling
Browse files Browse the repository at this point in the history
Co-authored-by: samuelim01 <61283948+samuelim01@users.noreply.github.com>
  • Loading branch information
McNaBry and samuelim01 authored Nov 13, 2024
1 parent cf3db25 commit c734a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/history/history.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h3>{{ panelHistory?.question?.title }}</h3>
class="p-button-text" />
</div>
<div class="panel-content">
<p class="white-space: pre-wrap">{{ panelHistory?.question?.description }}</p>
<p style="white-space: pre-wrap">{{ panelHistory?.question?.description }}</p>
<h4>Submitted Solution</h4>
<div #editor class="editor-content text-lg"></div>
</div>
Expand Down

0 comments on commit c734a80

Please sign in to comment.