File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ code-input .code-input_dialog-container {
187187 text-align : inherit;
188188}
189189code-input .code-input_pre-element-styled .code-input_dialog-container {
190- width : calc (100% + 2 * var (--padding , 16px ) - 2 px );
190+ width : calc (100% + 2 * var (--padding , 16px ));
191191}
192192
193193[dir = rtl ] code-input .code-input_dialog-container , code-input [dir = rtl ] .code-input_dialog-container {
Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ code-input .line-numbers .line-numbers-rows {
2525 top : var (--padding );
2626}
2727/* Things with padding when instructions are present */
28- code-input : not (: has (.code-input_keyboard-navigation-instructions : empty )): has (textarea : focus ): not (.code-input_mouse-focused ) .line-numbers .line-numbers-rows {
28+ code-input : not (: has (.code-input_keyboard-navigation-instructions : empty )): has (textarea : not ([ data-code-input-fallback ]) : focus ): not (.code-input_mouse-focused ) .line-numbers .line-numbers-rows {
2929 top : calc (var (--padding ) + 3em );
3030}
You can’t perform that action at this time.
0 commit comments