Skip to content

Commit

Permalink
Merge branch 'ui5-migrate-v2' of https://github.com/kyma-project/busola
Browse files Browse the repository at this point in the history
… into fix-dropdown
  • Loading branch information
chriskari committed Jan 16, 2025
2 parents 4b7ec6c + fcfe6f4 commit 79a7a75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/KymaModules/KymaModulesList.js
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ export default function KymaModulesList({
<DynamicPageHeader className="no-shadow">
<FlexBox alignItems="Center">
<Label showColon>{t('kyma-modules.release-channel')}</Label>
<Text renderWhitespace={true}> </Text>
<Text style={{ marginRight: '0.2rem' }}> </Text>
<Text>{kymaResource?.spec.channel}</Text>
<HintButton
className="sap-margin-begin-tiny"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
ui5-dynamic-page-title {
justify-content: center;
min-height: 3rem;
padding-left: 2rem;
}

.bold-title {
Expand Down Expand Up @@ -59,6 +58,11 @@
position: sticky;
z-index: 1;
}

ui5-dynamic-page-header {
padding-top: 0;
padding-bottom: 0;
}
}

ui5-dynamic-page {
Expand Down

0 comments on commit 79a7a75

Please sign in to comment.