diff --git a/client/stylesheets/base.less b/client/stylesheets/base.less index a4f0d8a8d3c5..02daabb682ac 100644 --- a/client/stylesheets/base.less +++ b/client/stylesheets/base.less @@ -3358,4 +3358,9 @@ a.github-fork { .transform(translateX(-57px)); } } + + .connection-status > .alert { + padding-top: 18px; + border-width: 0 0 1px 0; + } } \ No newline at end of file