UX: make summary 100% height (#24649)

This commit is contained in:
chapoi 2023-11-30 13:29:26 +02:00 committed by GitHub
parent a1690e0401
commit 9fb4175008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,6 +72,7 @@
cursor: pointer;
display: flex;
align-items: stretch;
height: 100%;
&:not(.btn) {
border-radius: var(--d-input-border-radius);
padding-left: 0.5em;