Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T t3olayout
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 3
    • Merge requests 3
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • services
  • t3o sites
  • common
  • t3olayout
  • Issues
  • #572
Closed
Open
Created Feb 12, 2019 by Jonas Koneczny@alphatone

Text with Teaser CE position class "flex-first" and "flex-last" do not influence positioning

Path to fluidtemplate typo3.org/private/typo3conf/ext/t3olayout/Resources/Private/Templates/ContentElements/TextWithTeaser.html

Path to CSS typo3.org/private/typo3conf/ext/t3olayout/Build/Assets/Scss/components/_text-with-teaser.scss

Problem: If you choose "left" in the BE as value for the field "position" the first div.col gets the class "flex-first" and the second div.col gets the class "flex-last". These are no supproted bootstrap flex classes and therefore do not influence positioning.

Proposed solution:

  1. Use set classes "order-0" for the left div.col and "order-1" for the right div.col
  2. Position the content of the now left col containing the black typo3 icon according the left!

Bildschirmfoto_2019-02-12_um_11.35.51

Assignee
Assign to
Time tracking