Details
-
Type: Task
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.28
-
Fix Version/s: None
-
Component/s: Drupal Integration Modules
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:Yes
Description
Profiles on the user view page in Drupal 8 look terrible!
The problem is twofold:
- The civicrm.css isn't getting loaded, so the CiviCRM styling is not applied
- The Drupal module in Drupal 7 relied on the user profile styling for categories and profile items, however, that was totally removed from core in Drupal 8
I have a commit that fixes both those problems! I'll share it in a moment...