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:
parent
22ef644463
commit
e4fd6b71d6
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@
|
||||||
.apps-configured > i {
|
.apps-configured > i {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 2px;
|
top: 2px;
|
||||||
|
right: 0;
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue