Commit d22a6586fea2caf1b7ca0530137a2d3dd14a87c7

Authored by Fabio Teixeira
Committed by Arthur Esposte
1 parent 6114d738

Fix list display spb theme bug

Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
public/style.css
@@ -229,4 +229,9 @@ @@ -229,4 +229,9 @@
229 padding:3px 6px; 229 padding:3px 6px;
230 margin:10px 3px; 230 margin:10px 3px;
231 color: blue; 231 color: blue;
  232 +}
  233 +
  234 +.search-results-type-software_info li {
  235 + width: 100% !important;
  236 + display: block !important;
232 } 237 }
233 \ No newline at end of file 238 \ No newline at end of file