make sure code list doesn't wrap text
This commit is contained in:
parent
9a12a359b6
commit
4a92debab7
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ ul li {
|
|||
outline: none;
|
||||
display: block;
|
||||
min-width: 280px;
|
||||
white-space: nowrap;
|
||||
padding-right: 15px;
|
||||
text-align: left;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue