Browse Source

fix(ui): Adjust position of form error indicator (#25285)

Scott Cooper 3 years ago
parent
commit
a00ce2596d

+ 1 - 0
src/sentry/static/sentry/app/views/settings/components/forms/field/controlState.tsx

@@ -48,6 +48,7 @@ const ControlState = ({isSaving, isSaved, error}: Props) => (
 );
 
 const ControlStateWrapper = styled('div')`
+  line-height: 0;
   padding: 0 8px;
 `;