Skip to content

Commit

Permalink
KB public UI: add overflow-ellipsis to placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflix committed Jun 6, 2019
1 parent f34ce5c commit a4bbe09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/knowledge_base.scss
Expand Up @@ -316,6 +316,7 @@ b {

&::placeholder {
color: $subtle-color;
text-overflow: ellipsis;
}
}

Expand Down

0 comments on commit a4bbe09

Please sign in to comment.