Skip to content
Snippets Groups Projects
Commit 5e858240 authored by Ivàn Todorovich's avatar Ivàn Todorovich
Browse files

[FIX] website_rating: fix layout issue in languages with longer words.


closes odoo/odoo#64644

Signed-off-by: default avatarJérémy Kersten (jke) <jke@openerp.com>
parent 52b725ea
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ $o-w-rating-star-color: #FACC2E;
.o_website_rating_table_star_num{
min-width: 30px;
white-space: nowrap;
}
.o_website_rating_select[style*="opacity: 1"] {
cursor: pointer;
......
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