X Tutup
Skip to content

CSS beautification defect, space appearing before a selector list #434

@prettydiff

Description

@prettydiff

Glavin001/atom-beautify#1590

.page-alert {
  box-sizing: border-box;
  position: relative;
  padding: 0.65rem 1rem 1rem 1rem;
  margin-bottom: 0.5rem;
  min-height: 50px;
  word-wrap: break-word;

  > p,
  > div {
    box-sizing: inherit; // inherit border-box from .page-alert
    margin: 0 0 0.3rem;
    padding-left: 2.5rem;
    line-height: 1.06rem;
  }
}

Space appearing before the selector list.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup