|
@@ -368,6 +368,11 @@ body>nav.navbar {
|
|
|
.mcp-theme-1 .width-300px {
|
|
|
width: 300px !important;
|
|
|
}
|
|
|
+.mcp-theme-1 .grow-till-300px {
|
|
|
+ inline-size: max-content;
|
|
|
+ writing-mode: horizontal-tb;
|
|
|
+ max-width: 300px;
|
|
|
+}
|
|
|
.mcp-theme-1 .width-22px {
|
|
|
width: 22px !important;
|
|
|
}
|
|
@@ -3387,4 +3392,9 @@ body.forced-masking #mask {
|
|
|
}
|
|
|
#handoutSelectComponent .handout.selected .handout-detail {
|
|
|
border-color: var(--primary-color) !important;
|
|
|
+}
|
|
|
+
|
|
|
+.note-container.note_template_omega_soap_visit table.table-cage tr td:nth-last-child(3) {
|
|
|
+ max-width: unset !important;
|
|
|
+ min-width: unset !important;
|
|
|
}
|