You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--code-input_autogrow_internal-min-height:calc(4em+var(--padding-top,16px) +var(--padding-bottom,16px)); /* For browsers that don't support 1lh */
71
+
--code-input_autogrow_internal-min-height:calc(1lh+2em+var(--padding-top,16px) +var(--padding-bottom,16px)); /* So minimum height possible while containing highlighted code */
height:calc(var(--code-input_autogrow_true-min-height) -var(--padding-top,16px) -var(--padding-bottom,16px) -2em)!important; /* So minimum height possible while containing highlighted code */
0 commit comments