Commit 86de5024f29ffc6813818b0617fd9080006d1613

Authored by Melissa Wen
1 parent 0796a485

Fix categories element side by side

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
css/software-pages.css
... ... @@ -180,9 +180,9 @@
180 180 }
181 181  
182 182 #content .box-1 .categories-and-tags-block .block-title {
  183 + display: inline-flex;
183 184 margin: 13px 10px 10px 0;
184 185 padding: 3px 0px;
185   - float: left;
186 186 background: none;
187 187 color: #5E82C6;
188 188 font-family: Arial;
... ... @@ -192,7 +192,7 @@
192 192  
193 193 #content .box-1 .categories-and-tags-block .category_cloud {
194 194 margin: 13px 10px 10px 0px;
195   - float: left;
  195 + display: inline-flex;
196 196 }
197 197  
198 198 #content .box-1 .categories-and-tags-block .category_cloud a {
... ...