diff --git a/src/styles/_inputs.scss b/src/styles/_inputs.scss index 512605318..5fd764b5f 100644 --- a/src/styles/_inputs.scss +++ b/src/styles/_inputs.scss @@ -173,9 +173,13 @@ input:focus { justify-content: space-between; align-items: center; - > legend { + > legend, + > span { flex: 1; } + > span { + margin-right: 10px; + } } .toggle-switch {