Fix line-wrapping on gists

This commit is contained in:
John O'Nolan 2013-09-27 16:59:50 +02:00
parent 3b5443a97c
commit c4c276653d
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ table.plain {
}
.gist .line-number {
min-width: 10px;
min-width: 25px;
font-size: 1.1rem;
}