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
The 'Custom' label in the typographic properties translates to 'カスタム' in Japanese.
In my environment, the width of the label is just a little bit too short, so it is translated as 'カスタ...'. in my environment.
Is it possible to improve this problem?
My environment
OS: Windows 10
Browser: Google Chrome
WordPress: 5.8.0
What is your proposed solution?
The inline style for this label will look like this.
What problem does this address?
The 'Custom' label in the typographic properties translates to 'カスタム' in Japanese.
In my environment, the width of the label is just a little bit too short, so it is translated as 'カスタ...'. in my environment.
Is it possible to improve this problem?
My environment
OS: Windows 10
Browser: Google Chrome
WordPress: 5.8.0
What is your proposed solution?
The inline style for this label will look like this.
Changing this "10px" to a smaller value such as ".5em" can be expected to improve the situation.
The source code files that seem to be involved are as follows.
input-control/styles/input-control-styles.tsx : 261-263
The text was updated successfully, but these errors were encountered: