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
Copy file name to clipboardExpand all lines: code-input.css
+15-10Lines changed: 15 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@ code-input textarea, code-input:not(.code-input_pre-element-styled) pre code, co
38
38
margin:0px!important;
39
39
padding:var(--padding,16px)!important;
40
40
border:0;
41
-
min-width:calc(100%-var(--padding) *2);
42
-
min-height:calc(100%-var(--padding) *2);
41
+
min-width:calc(100%-var(--padding,16px) *2);
42
+
min-height:calc(100%-var(--padding,16px) *2);
43
43
box-sizing: content-box; /* Make height, width work consistently no matter the box-sizing of ancestors; dialogs can be styled as wanted so are excluded. */
/* Override Prism styles so there's no display:inline, relatively-positioned code element which breaks offsetTop, used in FindAndReplace, in Firefox. */
0 commit comments