Skip to content

Commit

Permalink
feat(bo): Make operator comment more visible
Browse files Browse the repository at this point in the history
  • Loading branch information
juliette-derancourt committed Dec 14, 2023
1 parent f2c828d commit 044b7fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@

<div>
<div th:if="${!operatorComment.isEmpty()}"
class="file1-background-color letter col-md-8"
style="margin: 0 0 10px 10px; padding-top: 15px; line-height: 20px;"
class="letter col-md-8"
style="margin: 0 0 10px 10px; padding-top: 15px; line-height: 20px; background-color: #c9302c; color: white;"
>
<p style="font-size: 12px">⚠️ Commentaire opérateur :</p>
<p th:each="paragraph : ${operatorComment}" th:text="${paragraph}"></p>
Expand Down

0 comments on commit 044b7fb

Please sign in to comment.