When I set the display of a field to inline it still puts the title above the field ignoring the field--label-inline function.

  <div class="field field--name-field-rating field--type-entity-reference field--label-inline">
    <div class="field--label">Rated</div>
              <div class="field--item">Everyone</div>
          </div>

Gives me:

Rated
Everyone

instead of

Rated Everyone

I'm getting this problem when using just the base bootstrap theme as well as subthemes.

Comments

seanenroute created an issue. See original summary.

boulaffasae’s picture

markhalliwell’s picture

Status: Needs review » Closed (duplicate)