summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkushalpandya <kushal@gitlab.com>2017-09-07 10:18:40 +0530
committerkushalpandya <kushal@gitlab.com>2017-09-07 10:18:40 +0530
commit5d72e54ec7d4d0d87b3b10c001dbc2982752d698 (patch)
tree3af26aa7306c470952b3743ba6df1c594976766c
parentcdd8f2f345aeb3fb05bbe8f567e72b717f388636 (diff)
downloadgitlab-ce-37530-fix-skip-to-content-alignment.tar.gz
Use `flex` to center align content37530-fix-skip-to-content-alignment
-rw-r--r--app/assets/stylesheets/framework/common.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index a85051642dd..706a9cffe87 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -412,11 +412,12 @@ table {
.gl-accessibility {
&:focus {
+ display: flex;
+ align-items: center;
top: 1px;
left: 1px;
width: auto;
height: 100%;
- line-height: 50px;
padding: 0 10px;
clip: auto;
text-decoration: none;