Skip to content

Commit

Permalink
styling issue (openemr#6835)
Browse files Browse the repository at this point in the history
* fix styling
  • Loading branch information
claimrevolution authored and bradymiller committed Sep 9, 2023
1 parent e2ea8d1 commit 45dac77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ ccdaservice/node_modules

# testing
.phpunit.result.cache

Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ public function renderEligibilitySection(pRenderEvent $event)

$pid = $event->getPid();
?>
<section>
<section class="card mb-2">
<?php
// Billing expand collapse widget
$widgetTitle = xl("ClaimRev Eligibility");
Expand Down

0 comments on commit 45dac77

Please sign in to comment.