-
- Downloads
[FIX] survey: avoid horizontal scroll
Currently, in the survey, if the survey/section/question title, description,
survey breadcrumb and multiple choice question options have a very long
link in the label, then on mobile the card is too long, which makes browsers
display a horizontal scroll.
This commit solves the above problem by adding the `text-break` class to the
label.
task-2925648
closes odoo/odoo#97330
Signed-off-by:
Warnon Aurélien (awa) <awa@odoo.com>
Showing
- addons/survey/static/src/xml/survey_breadcrumb_templates.xml 2 additions, 2 deletionsaddons/survey/static/src/xml/survey_breadcrumb_templates.xml
- addons/survey/views/survey_templates.xml 9 additions, 9 deletionsaddons/survey/views/survey_templates.xml
- addons/survey/views/survey_templates_print.xml 6 additions, 6 deletionsaddons/survey/views/survey_templates_print.xml
Loading
Please register or sign in to comment