This website works better with JavaScript
Home
Explore
Help
Sign In
SMusatov
/
zammad
mirror of
https://github.com/zammad/zammad.git
Watch
1
Star
0
Fork
0
Files
Browse Source
KB public UI: add overflow-ellipsis to placeholder
Felix Niklas
5 years ago
parent
f34ce5c292
commit
a4bbe09a8c
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
app/assets/stylesheets/knowledge_base.scss
+ 1
- 0
app/assets/stylesheets/knowledge_base.scss
View File
@@ -316,6 +316,7 @@ b {
&::placeholder {
color: $subtle-color;
+ text-overflow: ellipsis;
}
}