Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Grid item diagonal expansions have different "bottom" values #1853

Closed
@GeneralPeaceful

Description

@GeneralPeaceful

Pretty simple, the .grid-stack>.grid-stack-item>.ui-resizable-sw class has bottom: 0 whilst the -se variant has no constraint. Imo it is negatively eye-catching that the sw variant has a left margin but no bottom margin. Would it not make sense to have them the same?

Existing code

> .ui-resizable-se { cursor: se-resize; width: 20px; height: 20px;}
...
> .ui-resizable-sw { cursor: sw-resize; width: 20px; height: 20px; bottom: 0; }

Proposed

> .ui-resizable-se { cursor: se-resize; width: 20px; height: 20px;}
...
> .ui-resizable-sw { cursor: sw-resize; width: 20px; height: 20px;}

The code is here

Example:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions