Skip to content

Commit

Permalink
COMCL-706: Fix menu styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Shahrukh committed Aug 8, 2024
1 parent 06c2ae4 commit 9837098
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 ng-if="view !== 'contact'" crm-page-title>{{ ts('Manage Quotations') }}</h1>
<afsearch-contact-quotations options="{contact_id: contactId}" ng-switch-when="contact"> </afsearch-contact-quotations>
<afsearch-quotations ng-switch-default> </afsearch-quotations>
</div>

</div>
</div>
</div>
Expand All @@ -35,7 +35,6 @@ <h1 ng-if="view !== 'contact'" crm-page-title>{{ ts('Manage Quotations') }}</h1>
margin: 0em 1em;
}
#bootstrap-theme.civicase__container .quotation__list ul.dropdown-menu {
right: 0;
left: auto;
}
</style>

0 comments on commit 9837098

Please sign in to comment.