Skip to content

Commit

Permalink
Fix [UI] Small css changes (#3072)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan7empest authored Feb 5, 2025
1 parent 9fd26a4 commit 389f9e4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
&-cell {
display: flex;
align-items: center;
justify-content: center;
justify-content: flex-start;
min-width: 50px;
padding: 0 5px;

Expand Down
7 changes: 7 additions & 0 deletions src/components/DetailsMetrics/DetailsMetrics.scss
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,12 @@ $stickyHeaderHeight: 55px;
}
}

&-wrapper {
display: flex;
flex-flow: column nowrap;
height: 100%;
}

&__empty-card {
display: flex;
gap: 25px;
Expand All @@ -394,6 +400,7 @@ $stickyHeaderHeight: 55px;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
box-shadow: none;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ const ProjectSettingsGeneral = ({
[LABELS]: parseChipsData(
response?.data?.metadata?.[LABELS],
frontendSpec.internal_labels || []
)
),
labelsAreInEditMode: false
}

if (areNodeSelectorsSupported) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
position: relative;
margin-right: 0.6em;
padding-right: 0.75em;
font-size: 0.9vi;
font-size: 1rem;

&::after {
position: absolute;
Expand Down

0 comments on commit 389f9e4

Please sign in to comment.