Skip to content

[Divider] Remove Left Property When Positioned Between Columns #2808

Closed
@fstanis

Description

@fstanis

I tried to create a two column grid divided by an OR divider, exactly like the vertical divider example. However, when I decided to make the left column narrower than the right, a problem arose - the divider is always exactly on the middle instead of being between the two columns (fiddle here - it's a good idea to increase the width of the Result area).

This turns out to be caused by CSS rule for .ui.vertical.divider that states left: 50%. After removing this rule, the divider positions itself perfectly. Here's a second fiddle which demonstrates this. Is there any reason to keep this left: 50% property?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions