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 {
.grid-stack {
background-color: #ebebeb;
min-height: 1em;
min-height: 1em;
 
background-color: #ebebeb;
}
}
.grid-stack-item-content {
.grid-stack-item-content {
@@ -33,8 +33,8 @@
@@ -33,8 +33,8 @@
.paragraphs-gridstack-actions-container {
.paragraphs-gridstack-actions-container {
position: relative;
position: relative;
display: flex;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
flex-wrap: wrap;
 
justify-content: space-between;
width: 100%;
width: 100%;
}
}
Loading