Skip to content

Commit 853487b

Browse files
fix: improve field error position (#7260)
1 parent dc8b684 commit 853487b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/decap-cms-core/src/components/Editor/EditorControlPane/EditorControl.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,9 @@ const ControlErrorsList = styled.ul`
8181
list-style-type: none;
8282
font-size: 12px;
8383
color: ${colors.errorText};
84-
margin-bottom: 5px;
84+
margin-bottom: 8px;
8585
text-align: right;
86-
text-transform: uppercase;
87-
position: relative;
8886
font-weight: 600;
89-
top: 20px;
9087
`;
9188

9289
export const ControlHint = styled.p`

0 commit comments

Comments
 (0)