File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/Aspire.Dashboard/Components/Controls Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
<header style =" height : auto ;" >
7
7
@if (DetailsTitle is not null )
8
8
{
9
- <div class =" details-header-title" title =" @DetailsTitle" >@DetailsTitle </div >
9
+ <h2 class =" details-header-title" title =" @DetailsTitle" >@DetailsTitle </h2 >
10
10
}
11
11
else if (DetailsTitleTemplate is not null )
12
12
{
13
- <div class =" details-header-title" >@DetailsTitleTemplate </div >
13
+ <h2 class =" details-header-title" >@DetailsTitleTemplate </h2 >
14
14
}
15
15
<div class =" header-actions" >
16
16
@if (ViewportInformation .IsDesktop )
Original file line number Diff line number Diff line change 62
62
text-overflow : ellipsis;
63
63
white-space : nowrap;
64
64
overflow : hidden;
65
+ margin-bottom : 0 ;
65
66
}
66
67
67
68
::deep .details-container > header > .header-actions {
You can’t perform that action at this time.
0 commit comments