Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: adjust styles in Modules view #3595

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading