Merge branch 'playlist-icon-padding' into 'develop'

Fix playlist icon padding on the homepage

See merge request funkwhale/funkwhale!631
This commit is contained in:
Eliot Berriot 2019-02-28 09:27:01 +01:00
commit 1a1c62ab37
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ export default {
.stripe p { .stripe p {
font-size: 120%; font-size: 120%;
} }
.list.icon { .ui.list .list.icon {
padding: 0; padding: 0;
} }
</style> </style>