Fix broken column header layout after heading refactor (#39331)

This commit is contained in:
diondiondion
2026-06-08 15:45:28 +02:00
committed by GitHub
parent 5553448678
commit 1bfdfcae7b
2 changed files with 13 additions and 11 deletions

View File

@@ -4639,14 +4639,15 @@ a.status-card {
outline: 0;
&__title-wrapper {
display: flex;
flex-grow: 1;
}
&__title {
display: flex;
align-items: center;
width: 100%;
gap: 5px;
flex-grow: 1;
margin: 0;
border: 0;
padding: 13px;
@@ -4659,6 +4660,10 @@ a.status-card {
overflow: hidden;
white-space: nowrap;
&--with-back-button {
padding-inline-start: 0;
}
&:focus-visible {
outline: var(--outline-focus-default);
}
@@ -4668,10 +4673,6 @@ a.status-card {
}
}
.column-header__back-button + &__title {
padding-inline-start: 0;
}
.column-header__back-button {
flex: 1;
color: var(--color-text-brand);