Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
fix(searchBar): 2311 make textarea resizable
Browse files Browse the repository at this point in the history
Closes #2311
  • Loading branch information
Christine Yu committed May 10, 2016
1 parent 70c5cdf commit 2f9b8c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/scripts/components/ui/search/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
.btn-search-query {
float: right;
}

.btn-search-query-help {
float: right;
margin: 0rem 1rem;
Expand All @@ -34,7 +34,6 @@
}

textarea {
resize: none;
-moz-tab-size : 4;
-o-tab-size : 4;
tab-size : 4;
Expand Down

0 comments on commit 2f9b8c3

Please sign in to comment.