Skip to content

CSS min-width support #822

Open
Open
@windows7lake

Description

@windows7lake

Describe your feature request
Need to control 'table' tag's min width.

Additional context
layout_element.dart

          cells.add(GridPlacement(
            child: Container(
              width: double.infinity, // need to edit
              padding: child.style.padding ?? row.style.padding,
              decoration: BoxDecoration(
                color: child.style.backgroundColor ?? row.style.backgroundColor,
                border: child.style.border ?? row.style.border,
              ),

Metadata

Metadata

Assignees

No one assigned

    Labels

    cssEnhancements/issues with css propertiesenhancementNew feature or requestlayoutIssues related to our layout algorithm

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions