Skip to content

Is there a CSS support for border-style: dashed #3246

Closed
@dhanalakshmitawwa

Description

@dhanalakshmitawwa

orders

I tried this code

<GridLayout rows="*,*,*" columns="*,*" class="firstRow p-20">
    <Label text="Upload Prescription" textWrap="true" row="0" colSpan="2" horizontalAlignment="center" class="m-b-20"></Label>
    <Label text="&#xf093;" textWrap="true" row="2" col="0" horizontalAlignment="center" class="example m-t-20 t-30" ></Label>
    <Label text="&#xf030;" textWrap="true" row="2" col="1" horizontalAlignment="center" class="example m-t-20 t-30" ></Label>
</GridLayout>

.firstRow{
    border-width: 1;
    border-color: #ababab;
    border-style: dashed;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions