diff --git a/CHANGELOG.MD b/CHANGELOG.MD index 17621bab..6ac59286 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [1.50.0] - 2023-10-04 + +- TMS-978: Add has-line-height-normal class + ## [1.49.0] - 2023-09-15 - TMS-962: Add Lunch Menus plugin caps to roles. diff --git a/assets/styles/base/_typography.scss b/assets/styles/base/_typography.scss index 409e08c2..39d10b37 100644 --- a/assets/styles/base/_typography.scss +++ b/assets/styles/base/_typography.scss @@ -85,6 +85,10 @@ a { line-height: 1.1; } +.has-line-height-normal { + line-height: 1.5; +} + .hyphenate { hyphens: auto; } diff --git a/lib/Roles.php b/lib/Roles.php index d94dd46f..c299d828 100644 --- a/lib/Roles.php +++ b/lib/Roles.php @@ -228,7 +228,7 @@ class Roles implements Controller { 'delete_material_types', 'assign_material_types', ]; - + /** * Manual Event Category taxonomy *