Skip to content

Commit

Permalink
added min width to section subheader title
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed May 29, 2024
1 parent de4acb1 commit eb5bb9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/layout/section/header.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{#if @headerTitleComponent}}
{{component @headerTitleComponent}}
{{else}}
<div class="flex flex-row items-center">
<div class="next-view-section-subheader-left-inner-wrapper flex flex-row items-center">
{{#if @badge}}
<span class="mr-2 {{@badgeContainerClass}}">
<Badge @status={{@badge}} @hideStatusDot={{@hideStatusDot}} class={{@badgeClass}} @disableHumanize={{@disableBadgeHumanize}} />
Expand Down
4 changes: 4 additions & 0 deletions addon/styles/layout/next.css
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,10 @@ body[data-theme='dark'] .next-content-panel-wrapper .next-content-panel-containe
align-items: center;
}

.next-view-section-subheader .next-view-section-subheader-left .next-view-section-subheader-left-inner-wrapper {
min-width: 100px;
}

.next-view-section-subheader .next-view-section-subheader-actions {
flex: 1;
display: flex;
Expand Down

0 comments on commit eb5bb9f

Please sign in to comment.