|
@@ -202,6 +202,9 @@ body>nav.navbar {
|
|
|
.mcp-theme-1 .min-width-200px {
|
|
|
min-width: 200px;
|
|
|
}
|
|
|
+.mcp-theme-1 .min-width-300px {
|
|
|
+ min-width: 300px;
|
|
|
+}
|
|
|
.mcp-theme-1 .width-100px {
|
|
|
width: 100px;
|
|
|
min-width: unset !important;
|
|
@@ -268,7 +271,7 @@ body>nav.navbar {
|
|
|
}
|
|
|
.rte-holder .ql-container p {
|
|
|
margin-top: 0;
|
|
|
- margin-bottom: 1rem;
|
|
|
+ margin-bottom: 0.3rem;
|
|
|
}
|
|
|
|
|
|
.note-section:not(.edit) .if-not-edit {
|
|
@@ -287,6 +290,9 @@ body>nav.navbar {
|
|
|
.c-pointer {
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
+.inset-comment p {
|
|
|
+ margin-bottom: 0.3rem;
|
|
|
+}
|
|
|
.inset-comment p:last-child {
|
|
|
margin-bottom: 0 !important;
|
|
|
}
|