On Mon, Feb 25, 2013 at 9:49 AM, Houssam Salem
<
houssam....@gmail.com> wrote:
> This is happening because we have text-align: center specified in the global
> card style sheet in AnkiDroid. Since text-align is included in a new note
> type's style sheet by default, we should really remove it from AnkiDroid and
> leave it user-configurable. Should be a simple fix.
>
> If you don't want to wait, you can add this to your note type's style sheet
> as a quick workaround: .card {text-align: left !important;}
>
> Not sure about the word-wrap problem. It sounds like it's calculating the
> viewport incorrectly.
>
Thanks. The !important flag is not necessary I think. As for the