diff --git a/app/assets/stylesheets/partials/_inline_editing.scss b/app/assets/stylesheets/partials/_inline_editing.scss index b10a2e8ba..be38ef272 100644 --- a/app/assets/stylesheets/partials/_inline_editing.scss +++ b/app/assets/stylesheets/partials/_inline_editing.scss @@ -77,9 +77,9 @@ white-space: nowrap; width: calc(100% - 32px); - &:empty:not(:focus):before{ + &:empty:not(:focus):before { color: $color-silver-chalice; - content:attr(data-placeholder); + content: attr(data-placeholder); font-weight: normal; } }