浏览代码

Omega note wrap issue fix

Vijayakrishnan 3 年之前
父节点
当前提交
2991a6d452
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      public/css/style.css

+ 8 - 1
public/css/style.css

@@ -3613,4 +3613,11 @@ table.v-top th {
 }
 .mcp-theme-1 .mb-0-pagination .pagination {
     margin-bottom: 0 !important;
-}
+}
+
+.note_template_omega_soap_visit .note-rhs-content {
+    max-width: calc(100% - 440px);
+}
+.note_template_omega_soap_visit.rhs-sidebar-fixed .note-rhs-content {
+    max-width: calc(100% - 440px);
+}