Skip to content

Webpack Example Has Layout Glitch #1150

Closed
@hediet

Description

Bug Report

Steps to Reproduce:

Like #1149, but fixing the less problem by adding this rule and installing less-loader:

{
        test: /\.less$/,
        loaders: ["style-loader", "css-loader", "less-loader"],
},

Expected Result:

It should look like this (but in white theme):

image

Actual Result:

It actually looks like this:

image

Note how the three dots overlap the column. This does not look nice.

Otherwise, a great library! Thanks for offering it for free!

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions