Skip to content

Commit 57bdca8

Browse files
committed
[FIX] Carousel: the sidepanel cogwheel has a weird look
The cogwheel was a bit ugly. closes #7182 Task: 5090177 X-original-commit: 0e823e2 Signed-off-by: Lucas Lefèvre (lul) <lul@odoo.com>
1 parent cab1405 commit 57bdca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/side_panel/carousel_panel/carousel_panel.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
/>
4444
</div>
4545
<div class="ms-auto"/>
46-
<div class="flex-shrink-0 d-flex align-self-start me-1">
46+
<div class="flex-shrink-0 d-flex me-1">
4747
<CogWheelMenu items="getCogWheelMenuItems(item)"/>
4848
</div>
4949
</div>

0 commit comments

Comments
 (0)