UX: make summary 100% height (#24649)
This commit is contained in:
parent
a1690e0401
commit
9fb4175008
|
@ -72,6 +72,7 @@
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
height: 100%;
|
||||||
&:not(.btn) {
|
&:not(.btn) {
|
||||||
border-radius: var(--d-input-border-radius);
|
border-radius: var(--d-input-border-radius);
|
||||||
padding-left: 0.5em;
|
padding-left: 0.5em;
|
||||||
|
|
Loading…
Reference in New Issue