Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: adjust styles (#3595)
Browse files Browse the repository at this point in the history
OliwiaGowor authored Jan 16, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6f39790 commit fcfe6f4
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
@@ -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"
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@
ui5-dynamic-page-title {
justify-content: center;
min-height: 3rem;
padding-left: 2rem;
}

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

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

ui5-dynamic-page {

0 comments on commit fcfe6f4

Please sign in to comment.