We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc8b684 commit 853487bCopy full SHA for 853487b
packages/decap-cms-core/src/components/Editor/EditorControlPane/EditorControl.js
@@ -81,12 +81,9 @@ const ControlErrorsList = styled.ul`
81
list-style-type: none;
82
font-size: 12px;
83
color: ${colors.errorText};
84
- margin-bottom: 5px;
+ margin-bottom: 8px;
85
text-align: right;
86
- text-transform: uppercase;
87
- position: relative;
88
font-weight: 600;
89
- top: 20px;
90
`;
91
92
export const ControlHint = styled.p`
0 commit comments