Problem/Motivation
A visual regression where the inline machine name is right up against the field it follows.
Proposed resolution
(modified with RTL support)
[dir="ltr"] span.machine-name-label {
margin: 0 0 0 0.5em;
}
[dir="rtl"] span.machine-name-value {
margin: 0 0.5em 0 0;
}
NB: rebuild caches after applying patch
Before LTR:
After LTR:
Before RTL:
After RTL:
Remaining tasks
Review
User interface changes
space between field and it's machine name label.
API changes
None
Data model changes
None