After Update to 1.4.4-beta, I realise the menu of six-dot is weird…
I turn off all Custom CSS, but nothing change…
Then, I open Dev Tool and change padding-left of class px-8 to 0.5rem…
Does it just happen to me?
.px-8 {
padding-left: .5rem!important;
}