Skip to content

Commit

Permalink
Merge pull request #475 from devgeniem/TMS-978
Browse files Browse the repository at this point in the history
TMS-978: Add has-line-height-normal class
  • Loading branch information
eebbi authored Oct 4, 2023
2 parents ccf1dd8 + 5c57343 commit 5c3eb42
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions assets/styles/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ a {
line-height: 1.1;
}

.has-line-height-normal {
line-height: 1.5;
}

.hyphenate {
hyphens: auto;
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Roles.php
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class Roles implements Controller {
'delete_material_types',
'assign_material_types',
];

/**
* Manual Event Category taxonomy
*
Expand Down

0 comments on commit 5c3eb42

Please sign in to comment.