1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

Fixed: Help icon not centered (#2531)

Fixes #2528
This commit is contained in:
Qstick 2018-02-18 15:06:53 +01:00 committed by Leonardo Galli
parent 2139246c4a
commit 4dc3612347

View File

@ -41,6 +41,7 @@
.help-inline {
display : inline-block;
margin-top : 8px;
padding-left : 0px;
@media (max-width: @screen-xs-max) {