0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Merge pull request #213 from AileenCGN/7222-fix-arrow-positioning

🐛  Fix position of arrow in Apps UI
This commit is contained in:
John O'Nolan 2016-08-18 17:15:14 +02:00 committed by GitHub
commit 642fbb7668

View file

@ -85,6 +85,7 @@
.apps-configured > i {
position: absolute;
top: 2px;
right: 0;
font-size: 1.1rem;
}