diff --git a/app/assets/stylesheets/common/base/discourse.scss b/app/assets/stylesheets/common/base/discourse.scss index d56f059f434..9bdd3be77a5 100644 --- a/app/assets/stylesheets/common/base/discourse.scss +++ b/app/assets/stylesheets/common/base/discourse.scss @@ -132,6 +132,11 @@ label { align-self: center; margin-right: 4px; } + a { + // flex removes whitespace characters between text nodes and elements + // so we need to add it back + margin: 0 0.25em; + } } input {