Fixes #17301: Fix script module edit & delete button styling (#17328)

This commit is contained in:
Jeremy Stretch
2024-09-02 08:38:16 -04:00
committed by GitHub
parent 6e923bdd3b
commit 5ce4a2aeb8
3 changed files with 8 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -18,7 +18,8 @@
// Use <h5> font size for card headers
h2.card-header {
@extend h5;
font-size: var(--#{$prefix}font-size-h5);
line-height: var(--#{$prefix}line-height-h5);
margin-bottom: 0;
}