Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block field: Tabs overlapping block title #6864

Open
johannahoerrmann opened this issue Dec 12, 2024 · 0 comments
Open

Block field: Tabs overlapping block title #6864

johannahoerrmann opened this issue Dec 12, 2024 · 0 comments

Comments

@johannahoerrmann
Copy link

Description

In the panel, when setting up a block with tabs and checkboxes in a 1/3 width sidebar, I quickly have issues with tab text overlapping the block title as well as checkbox items overflowing the block.

Expected behavior
Tabs: I would expect the tabs nav to at least move below the block title. It could even break into more than one line of tab text to remain readable and usable.
Checkboxes: I would expect long words to wrap.

Screenshots

grafik

To reproduce

  1. Set up panel with 2 columns, 2/3 and 1/3 width
  2. Set up block field in sidebar with following block

Block setup:

name:
  en: People
  de: Personen
icon: user
preview: fields
wysiwyg: true
tabs:
  selection:
    label:
      en: Selection
      de: Auswahl
  titel:
    label:
      en: Title
      de: Titel
  layout:
    fields:
      columns:
        type: checkboxes
        label:
          en: Included information
          de: Angezeigte Informationen
        default:
          - position
          - unit
          - room
          - phone
          - email
        options:
          - value: position
            text: Position
          - value: unit
            text:
              de: Organisationseinheiten
              en: Units of Organisation
          - value: room
            text:
              en: Room
              de: Raum
          - value: phone
            text:
              de: Telefon
              en: Phone number
          - value: fax
            text:
              en: Fax
              de: Fax
          - value: email
            text:
              de: E-Mail
              en: E-mail

Your setup

Kirby Version
4.5.0

Console output

Your system (please complete the following information)

  • Device: iMac
  • OS: macOS 15.1.1
  • Browser: Firefox
  • Version: 133.0.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant