Obsidian bases properties alignment change

I want to make properties in obsidian bases aligned to the same side. But some of them are permanently stuck to the right side. Have tried changing property type, did not help

Well I spent about 2 hours looking for the answer and I can’t seem to find it. I asked Claude and Lumo and they came up with some answers that didn’t work either. If you figure it out please let me know.

Try this css snippet:

div.bases-td input[type="number"] {
  text-align: left !important;
}
2 Likes

Thanks! Everything works!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.