Skip to content

Commit

Permalink
Prevent unwanted line breaks in the terminal.
Browse files Browse the repository at this point in the history
Fixes gh-10.
Fixes gh-12.
  • Loading branch information
timmywil committed Dec 10, 2013
1 parent ea536dd commit 0588558
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panel/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ body, html{
border-width: 3px 5px;
float: none;
-webkit-user-select: all;
white-space: pre;
}

.terminal a{
Expand Down

0 comments on commit 0588558

Please sign in to comment.