Skip to content

Commit

Permalink
CATL-2113: Fix treeselect styles
Browse files Browse the repository at this point in the history
  • Loading branch information
deb1990 committed Feb 23, 2021
1 parent d4a062c commit d30e325
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion css/civicase.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions scss/base/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ $case-max-width: 1081px;
$activity-filter-responsive-width-breakpoint: 1420px;
$activity-feed-responsive-width-breakpoint: 1300px;
$contact-case-tab-breakpoint: 1400px;
$email-modal-breakpoint: 1455px;
8 changes: 8 additions & 0 deletions scss/pages/_case-angular.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
.page-civicrm-case-a {
@include case-page;

@media (max-width: $email-modal-breakpoint) {
.crm-contactEmail-form-block-subject {
.crm-token-selector {
margin-top: $basic-gutter;
}
}
}
}

0 comments on commit d30e325

Please sign in to comment.