Hi
Is there an option to make sure the icon stays left of all of the text in a li item please, even when the text in the li runs onto more than one line.
Grateful for any guidance.
Icons in bullet list
3 replies · opened May 18, 2021
Hello,
Apologies about this issues. There is a Slight Bug in the Code that is causing this issue. Consider using the following CSS Code:
[ch_pre type="css"].iconlist li {
position: relative;
display: flex;
align-items: baseline;
}
.iconlist > li [class^="icon-"]:first-child,
.iconlist > li [class*=" icon-"]:first-child {
width: 1rem;
margin-right: 0.75rem;
flex: 0 0 auto;
}[/ch_pre]
This will definitely fix the issue. We will include this in the nest update. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Many thanks that has worked beautifully
Hello,
Very Happy to Help! ?
Do let us know if we can help you with anything else or if you find any further issues with Canvas.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard