Skip to content

Commit

Permalink
Merge branch main
Browse files Browse the repository at this point in the history
  • Loading branch information
zhyian committed Jul 23, 2024
2 parents 010f946 + 79b4d82 commit 84de72c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Only the title, subtitle, and field "What is the degree program about?" are indexed for searching.
- Increase timeout limit when synchronizing data from the providing website.

## [1.0.3] - 2024-07-10

### Fixed

- Adjust icon background and margins.
- Degree program URL returns 404 for consuming websites.

## [1.0.2] - 2023-11-23
Expand All @@ -44,7 +47,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release.

[Unreleased]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/1.0.2...HEAD
[Unreleased]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/1.0.3...HEAD
[1.0.3]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/RRZE-Webteam/FAU-Studium-Embed/releases/tag/1.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rrze/fau-studium-embed",
"version": "1.0.2",
"version": "1.0.3",
"private": true,
"description": "Fetch degree programs via the REST API and display them.",
"homepage": "https://github.com/RRZE-Webteam/FAU-Studium-Embed",
Expand Down
5 changes: 5 additions & 0 deletions resources/scss/components/_details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,16 @@
position: relative;
break-inside: avoid;

p {
padding: 0;
}

.fau-icon {
fill: config.color("branding", "primary");
position: absolute;
left: 0;
top: 5px;
background: none;
}
}
}

0 comments on commit 84de72c

Please sign in to comment.