Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
  • typo3
  • Build
  • Sources
  • Sass
  • typo3
  • _main_form.scss
Find file BlameHistoryPermalink
  • Nikita Hovratov's avatar
    [BUGFIX] Remove "overflow: hidden" from form-wizards-element · ffc5261b
    Nikita Hovratov authored May 06, 2022
    In order to fix select fields overflowing into each other
    when they have very long option titles, the CSS rule
    "overflow: hidden" has been added. As it seems, this wasn't
    even necessary as the rule "min-width: 120px" already does
    the trick.
    
    The CSS rule "overflow: hidden" is now removed, which
    enables the accessibility box-shadows from bootstrap 5
    again.
    
    Resolves: #97565
    Related: #94688
    Releases: main, 11.5
    Change-Id: Ifd8495430ecdc404fa1dbebe9633ef5f401a6af6
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/74530
    
    
    Tested-by: core-ci's avatarcore-ci <typo3@b13.com>
    Tested-by: Benjamin Franzke's avatarBenjamin Franzke <bfr@qbus.de>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: Nikita Hovratov's avatarNikita Hovratov <nikita.h@live.de>
    Reviewed-by: Benjamin Franzke's avatarBenjamin Franzke <bfr@qbus.de>
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: Nikita Hovratov's avatarNikita Hovratov <nikita.h@live.de>
    ffc5261b