Skip to content

Trim whitespaces #27

Open
Open
@KarmaBlackshaw

Description

@KarmaBlackshaw

I have a nested block and inside it is the code highlight component

<div>
  <div>
    <div>
      <CodeHighlight language="css">
        <code>
          .my-class {
          background-color: red;
          margin: 0;
          }
        </code>
      </CodeHighlight>
    </div>
  </div>
</div>

The good thing is it works, however, there's too much space on the left side. I wish to trim it down.

image

Metadata

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