Skip to content
Snippets Groups Projects
Commit 6b27a6f8 authored by Mayurrajsinh Rathod's avatar Mayurrajsinh Rathod
Browse files

[FIX] website_slides: prevent content title overflow


This commit fixes the overflow of content title on without fullscreen view(Exit-
Fullscreen) of content page by cropping the title and adding  '...' at end.

Task-3384661

closes odoo/odoo#128727

Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parent febb7989
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,7 @@
t-att-class="'mr-1 fa fa-fw %s' % ('text-success fa-check-circle' if channel_progress[aside_slide.id].get('completed') else 'text-600 fa-circle')">
</i>
</div>
<div class="o_wslides_lesson_link_name">
<div class="o_wslides_lesson_link_name text-truncate">
<t t-call="website_slides.slide_icon">
<t t-set="slide" t-value="aside_slide"/>
</t>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment