diff --git a/core/css/apps.scss b/core/css/apps.scss index 2f71c655ad0..a1723bb818f 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -111,9 +111,10 @@ kbd { /* Pinned-to-bottom entries */ &.pinned { order: 2; - &:first-child { - margin-top: auto !important; - } + } + /* hack, select first occurence of class */ + &[class*='pinned']:not(:last-of-type) { + margin-top: auto !important; } > a,