Skip to content

Commit

Permalink
Merge pull request #1136 from scheduleonce/staging-app2
Browse files Browse the repository at this point in the history
Merging staging-app2 in to master.
  • Loading branch information
OhTanishJain authored Feb 9, 2024
2 parents 6fa88bf + 0f3611b commit 55fac47
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [8.0.6] - 2023-01-29

- [ONCEHUB-60767](https://scheduleonce.atlassian.net/browse/ONCEHUB-60767) Fixed an padding issue in label in oui-tab

## [8.0.5] - 2023-01-14

- [ONCEHUB-60767](https://scheduleonce.atlassian.net/browse/ONCEHUB-60767) Fixed an issue related to the spacing in oui-tab
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oncehub-ui",
"version": "8.0.5",
"version": "8.0.6",
"scripts": {
"ng": "ng",
"build": "ng build ui",
Expand Down
4 changes: 2 additions & 2 deletions ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oncehub/ui",
"version": "8.0.5",
"version": "8.0.6",
"description": "Oncehub UI",
"peerDependencies": {},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/tabs/_tabs-common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $oui-tab-animation-duration: 500ms !default;
}

.oui-mdc-tab:not(.mdc-tab--stacked) {
padding: 19px 0px 10px;
padding: 19px 20px 10px;
}

.oui-mdc-tab-header-pagination {
Expand Down

0 comments on commit 55fac47

Please sign in to comment.