@@ -65,7 +65,7 @@ return [
'hrm2_url' => env('HRM2_URL'),
- 'asset_version' => 101,
+ 'asset_version' => 102,
'temp_dir' => env('TEMP_DIR'),
@@ -406,6 +406,11 @@ body>nav.navbar {
min-width: 30px !important;
max-width: 30px !important;
}
+.mcp-theme-1 .width-35px {
+ width: 35px !important;
+ min-width: 35px !important;
+ max-width: 35px !important;
+}
.mcp-theme-1 .width-40px {
width: 40px !important;
@@ -60,7 +60,7 @@ if(!@$summaryView) {
<thead>
<tr class="">
@if($patient->core_note_id !== $note->id)
- <th class="border-bottom-0 text-secondary text-center width-30px text-nowrap">Rel.</th>
+ <th class="border-bottom-0 text-secondary text-center width-35px text-nowrap pr-1">Rel.</th>
@endif
<th class="border-bottom-0 text-secondary">Name</th>
<th class="border-bottom-0 text-secondary w-30">Subjective</th>
@@ -21,7 +21,7 @@ if(!@$careTeamMembers || !@$counts) {
<th class="border-bottom-0 text-secondary">Name/Details</th>
@@ -21,7 +21,7 @@ if(!@$goals || !@$counts) {
<th class="border-bottom-0 text-secondary">Goal</th>
@@ -50,7 +50,7 @@ if(!@$summaryView) {
<th class="border-bottom-0 text-secondary w-30">Subj. Frequency / Experience</th>
@@ -19,7 +19,7 @@ list($supplements, $counts) = Point::getPointsOfCategoryExtended($patient, 'SUPP
<th class="border-bottom-0 text-secondary width-50px">Edit</th>