diff --git a/changes/changelog.d/668.bugfix b/changes/changelog.d/668.bugfix new file mode 100644 index 000000000..5f4f878d3 --- /dev/null +++ b/changes/changelog.d/668.bugfix @@ -0,0 +1 @@ +Fixed list icon alignement on landing page (#668) diff --git a/front/src/style/_main.scss b/front/src/style/_main.scss index d6c5ff61c..311e0e9dc 100644 --- a/front/src/style/_main.scss +++ b/front/src/style/_main.scss @@ -267,3 +267,7 @@ label .tooltip { canvas.color-thief { display: none; } + +.ui.list .list.icon { + padding-left: 0; +}