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

🐛 Fix position of arrow in Apps UI

closes TryGhost/Ghost#7222

Adds `right: 0` to `.apps-configured > i`, so the arrow doesn't overlap with the letters.
This commit is contained in:
Aileen Nowak 2016-08-18 16:25:08 +02:00
parent 22ef644463
commit e4fd6b71d6

View file

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