Skip to content

Commit

Permalink
Fixed named version loader pane. Ui item size
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebGerman committed Jan 23, 2025
1 parent 65a9df1 commit 75bd151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,10 @@
}

._cer_v1_named-version-entry {
min-height: min-content;
min-height: calc(3 * var(--iui-size-xl));
padding-block: var(--iui-size-m);
border: 1px solid var(--iui-color-border-subtle);
border-radius: 0;

display: grid;
gap: unset;
grid-template-columns: subgrid;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ class MainFrontstageItemsProvider implements UiItemsProvider {
return [];
}

if (!runExperimental) {
if (runExperimental) {
return [
{
id: "NamedVersionSelector",
Expand Down

0 comments on commit 75bd151

Please sign in to comment.