Reduce branch card height in tables
This commit is contained in:
@@ -18,14 +18,16 @@
|
||||
@foreach (var branch in Branches)
|
||||
{
|
||||
<div class="critical-branch-card">
|
||||
<span class="critical-branch-condition">
|
||||
@branch.ConditionText
|
||||
</span>
|
||||
<div class="critical-branch-header">
|
||||
<span class="critical-branch-condition">
|
||||
@branch.ConditionText
|
||||
</span>
|
||||
<AffixBadgeList Effects="branch.Effects" />
|
||||
</div>
|
||||
@if (!string.IsNullOrWhiteSpace(branch.Description))
|
||||
{
|
||||
<p class="critical-branch-description">@branch.Description</p>
|
||||
}
|
||||
<AffixBadgeList Effects="branch.Effects" />
|
||||
</div>
|
||||
}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user