Skip to content

Commit

Permalink
Make the explorer title selectable (#373)
Browse files Browse the repository at this point in the history
* Make the explorer title selectable

This will facilitate text cope of field and class names

* Should have used `initial`

Bad bad copy paste ;_o
  • Loading branch information
kayhadrin authored and asiandrummer committed Mar 13, 2017
1 parent a877639 commit 5621e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/doc-explorer.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
padding: 10px 0 10px 10px;
text-align: center;
text-overflow: ellipsis;
user-select: initial;
white-space: nowrap;
}

Expand Down

0 comments on commit 5621e7e

Please sign in to comment.