Fix input escape

This commit is contained in:
barsdeveloper
2025-01-25 20:54:35 +02:00
parent b4fdb99819
commit 58bb21b332
9 changed files with 120 additions and 8 deletions

View File

@@ -882,7 +882,7 @@ ueb-pin[data-type="/Script/CoreUObject.LinearColor"] .ueb-pin-input {
max-height: 16em;
/* 97% is to get an effective font size of 12.6px from --ueb-font-size which is 13 px by default */
font-size: 97%;
white-space: nowrap;
white-space: pre;
background: none;
color: inherit;
overflow: auto;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long