diff options
-rw-r--r-- | core/css/apps.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 0a7de8e29c7..cf546641b83 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -268,7 +268,7 @@ kbd { transform: rotate(-90deg); } - /* force padding on link if collapse is here no matter if a has an icon class */ + /* force padding on link no matter if 'a' has an icon class */ > a:first-child { padding-left: 44px; } |