'Read more' link should be aligned with the description.

Suggestion:
we need to remove

.list-inline {
    margin-left: -5px;
}

as I don't see any reason to use this 'ul' style and also

.list-inline > li {
    padding-left: 5px;
}

from li.

With these changes, it seems to work fine on the node page.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bandanasharma created an issue. See original summary.

markhalliwell’s picture

Status: Active » Closed (won't fix)

As a general rule of thumb, the CSS overrides aren't about overriding Bootstrap styles but rather Drupal specific styles to get them to work with Bootstrap. If you need/want to make changes to the Bootstrap classes, it's best to do it in a sub-theme.