From 5d72e54ec7d4d0d87b3b10c001dbc2982752d698 Mon Sep 17 00:00:00 2001 From: kushalpandya Date: Thu, 7 Sep 2017 10:18:40 +0530 Subject: Use `flex` to center align content --- app/assets/stylesheets/framework/common.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/assets/stylesheets') 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; -- cgit v1.2.1