Skip to content
Snippets Groups Projects

#3417335 - Fixed stylelint errors in css file.

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
.grid-stack {
background-color: #ebebeb;
min-height: 1em;
background-color: #ebebeb;
}
.grid-stack-item-content {
@@ -33,8 +33,8 @@
.paragraphs-gridstack-actions-container {
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
}
Loading