Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
T
t3olayout
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 30
    • Issues 30
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge Requests 6
    • Merge Requests 6
  • Security & Compliance
    • Security & Compliance
    • Dependency List
    • License Compliance
  • Operations
    • Operations
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • services
    • T
      t3o sites
  • common
  • t3olayout
  • Issues
  • #572

Closed
Open
Opened 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
Sprint 3 (2019)
Milestone
Sprint 3 (2019) (Past due)
Assign milestone
Time tracking
None
Due date
None
Reference: services/t3o-sites/common/t3olayout#572