Browse Source

[fix] syggestions max width

Adam Tauber 10 years ago
parent
commit
cb15a21681
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      searx/static/default/less/style.less

+ 1
- 0
searx/static/default/less/style.less View File

412
 #suggestions, #answers {
412
 #suggestions, #answers {
413
 
413
 
414
     	margin-top: 20px;
414
     	margin-top: 20px;
415
+		max-width: 54em;
415
 
416
 
416
 }
417
 }
417
 
418