textcat.manual text center alignment

Is it possible to flush the text left? Right now, it can only be center-aligned:

image

Yes, you can use the card_css setting in your prodigy.json to customise the alignment and other styling. For example, the following should work:

{
    "card_css": {"textAlign": "left"}
}

If you want more fine-grained customisations, you can also add overrides to the global_css – for example, if you only want to change the alignment for the classification interface. You can find some examples of that in the PRODIGY_README.html :slightly_smiling_face:

1 Like