Remove bottom padding from market valuation Graphik segment

This commit is contained in:
2026-05-21 17:06:53 +02:00
parent 0f18bc6bdf
commit 04e607f526
2 changed files with 5 additions and 1 deletions
@@ -184,7 +184,7 @@
</tbody> </tbody>
</table> </table>
</div> </div>
<div class="sg-card-segment sg-card-segment--gray" data-component-part="card-body"> <div class="sg-card-segment sg-card-segment--gray sg-vsf-marktbewertung-graphic-segment" data-component-part="card-body">
<p class="sg-body">Graphik</p> <p class="sg-body">Graphik</p>
</div> </div>
<div class="sg-card-segment sg-card-segment--body" data-component-part="card-body"><p class="sg-body">Inhalt Marktbewertung.</p></div> <div class="sg-card-segment sg-card-segment--body" data-component-part="card-body"><p class="sg-body">Inhalt Marktbewertung.</p></div>
+4
View File
@@ -2162,6 +2162,10 @@ section + section {
color: var(--text-vsf-drawer-object-card-body); color: var(--text-vsf-drawer-object-card-body);
} }
.sg-vsf-marktbewertung-graphic-segment {
padding-bottom: 0;
}
/* ========================================================= */ /* ========================================================= */
/* Patterns: Text Layouts */ /* Patterns: Text Layouts */
/* ========================================================= */ /* ========================================================= */