Skip to content

Inheriting of text-align property is broken #3

@lvanengelen

Description

@lvanengelen

rbootstrap contains the following rule:

* {
  direction: rtl;
  text-align: right;
}

This breaks inheritance of the text-align property, because this rule overrides any text-align property inherited from the parent node.

The original bootstrap does not have a corresponding rule. Is there a specific reason for it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions