Skip to content
Snippets Groups Projects
Commit 16416800 authored by chris's avatar chris Committed by john
Browse files

mini editor comments pane css fix

parent b533d913
No related branches found
No related tags found
No related merge requests found
......@@ -19,10 +19,9 @@ $background: #fff;
.se-content {
background: $background;
line-height: 20px;
box-shadow: none;
margin: 0;
min-height: 110px;
box-shadow: none;
.sc-container-editor {
padding: 0;
......@@ -31,6 +30,10 @@ $background: #fff;
.sc-comment-pane-list {
border-left: 1px dashed $red;
margin-left: 8%;
li {
max-width: 109%;
min-width: 109%;
}
}
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment