Reduce branch card height in tables

This commit is contained in:
2026-03-15 01:40:33 +01:00
parent 7fcf1ef17d
commit adeba60dce
2 changed files with 20 additions and 5 deletions

View File

@@ -299,6 +299,14 @@ textarea {
background: rgba(255, 255, 255, 0.85);
}
.critical-branch-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.5rem;
flex-wrap: wrap;
}
.critical-branch-condition {
display: inline-block;
font-size: 0.75rem;
@@ -308,12 +316,17 @@ textarea {
}
.critical-branch-description {
margin: 0.3rem 0 0.45rem;
margin: 0.3rem 0 0;
font-size: 0.85rem;
line-height: 1.35;
color: #3b2a21;
}
.critical-branch-header .affix-badge-list {
margin-top: 0;
justify-content: flex-end;
}
.effect-stack {
margin-top: 0.85rem;
}