Skip to content

Commit

Permalink
8.2.31
Browse files Browse the repository at this point in the history
- STN-703  Hotfix caption credit bug (#822)
  • Loading branch information
su-sws-jira authored Mar 3, 2021
1 parent 342394a commit 3787e8b
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'DO NOT INSTALL. This is for profile installation task only.'
core_version_requirement: '^8.8 || ^9'
hidden: true
type: module
version: 8.2.29
version: 8.2.31
default_content:
node:
- 287db095-35b1-4050-8d26-5d8332eeb6a6
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Stanford HumSci'
type: profile
description: 'Installation profile for HumSci Drupal'
version: 8.2.29
version: 8.2.31
core_version_requirement: '^8.8 || ^9'
themes:
- material_admin
Expand Down
2 changes: 1 addition & 1 deletion docroot/themes/humsci/humsci_airy/css/humsci_airy.css

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions docroot/themes/humsci/humsci_basic/src/scss/components/_media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,17 @@
min-height: hb-calculate-rems(300px);
margin-bottom: hb-spacing-width();
}

// Hotfix for caption/credit positioning bug with the media image field
.field-hs-event-image,
.field-hs-news-image,
.field-hs-event-series-image,
.field-hs-person-square-img,
.field-hs-publication-image,
.field-hs-accordion-image, //This still goes full width of the accordion, but keeps it contained to the image area.
.field-hs-spotlight-image,
.field-hs-hero-image {
article {
position: relative;
}
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 3787e8b

Please sign in to comment.