Skip to content

Commit 62617db

Browse files
abz-odookzhekov
authored andcommitted
[FIX] rating: Wrong template style
What are the steps to reproduce your issue ? 1. Go to helpdesk/configuration/stages 2. Add rating email template to Solved 3. Change state of a ticket to Solved 4. Go to Technical/messages and open the sent message What is currently happening ? The template is not displayed correctly opw-2476485 closes odoo#70234 Signed-off-by: Achraf <abz-odoo@users.noreply.github.com>
1 parent de9e547 commit 62617db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/rating/views/rating_template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<link rel='stylesheet' href='/web/static/lib/bootstrap/css/bootstrap.css'/>
2828
</t>
2929
<div class="container">
30-
<div class="row">
30+
<div class="row" style="display: inline">
3131
<h1 class="text-center">Thanks! We appreciate your feedback.</h1>
3232
<h4 class="text-center text-muted" style="margin-bottom: 32px;">Your rating has been submitted.</h4>
3333
<div class="float-left">

0 commit comments

Comments
 (0)