Skip to content

Commit

Permalink
Labels will no longer wrap if it contain more than one word
Browse files Browse the repository at this point in the history
Fixed an issue where the floating labels where being wrapped on multiple lines in case it consist of more than one word.
  • Loading branch information
ahmadalfy committed May 12, 2015
1 parent 1a2e7ec commit 85f9356
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jvfloat.css
Expand Up @@ -31,6 +31,7 @@
transition: transform 150ms, opacity 100ms, visibility 100ms;
opacity: 0;
visibility: hidden;
white-space: nowrap;
}

/*Allows textarea floating placeholder to be positioned distinctly from the normal .placeHolder class
Expand Down

0 comments on commit 85f9356

Please sign in to comment.