Skip to content

Commit

Permalink
fix: tab slug autocomplete remove result glyph not visible
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslabbe committed Nov 23, 2016
1 parent 75b643b commit 487d288
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/server/sass/modules/_editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
word-break: break-all;
}

#slug {
.autocomplete-result .glyphicon.glyphicon-remove {
display: inline-block;
}
}

.manager-wrapper {
.form-create {
padding: 0px 20px;
Expand Down

0 comments on commit 487d288

Please sign in to comment.