It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi guys,
I am writing a css scrip to make confluence RTL, does anyone have an idea on how to do this for the Task List option.
even just the name of the macro in css will help me a lot.
any help will be mush appreciated,
thanks in advance!
Hi
You can use this:
.wiki-content ul.inline-task-list>li {
line-height: 30px;
text-align: right;
direction: rtl;
padding-right: 18px;
background-position: right 6px;
But unfortunately you are not able to checked and unchecked items in list. If you find any solution, please share it here.
Hey
I found
.wiki-content ul.inline-task-list>li {
but I think without the li, it would work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi team, I’m Avinoam, a product manager on Confluence Cloud, and today I’m really excited to let the Community know that all customers can now try out the new editing experience and see some of the ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.