Commit 89e8d3a0540918dbee06e8b5790e6e1c36367483
1 parent
55173a22
Exists in
master
and in
2 other branches
Fix'd filter buttons for mural
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
... | ... | @@ -328,6 +328,9 @@ |
328 | 328 | .help-block span{ |
329 | 329 | position: relative !important; |
330 | 330 | } |
331 | + li[data-mural] { | |
332 | + font-size: 13px; | |
333 | + } | |
331 | 334 | |
332 | 335 | } |
333 | 336 | @media(max-width:610px){ |
... | ... | @@ -354,4 +357,4 @@ |
354 | 357 | .dropdown-menu{ |
355 | 358 | margin-left: 100px; |
356 | 359 | } |
357 | -} | |
358 | 360 | \ No newline at end of file |
361 | +} | ... | ... |