Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2021-05-14 10:13:16 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2021-05-14 10:13:16 +0300
commit6b4f7757c84c9b7f3e0c82fa5987701fee1aebfa (patch)
tree2081db8adda5b92d6ca51402e35e4f58ce559a6a /layouts/redirect.html
parent8bd89bbbdcff25af2ae1516a9767d0b2b33e8f7c (diff)
Fix broken UI on mobile aftre MR 1764
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'layouts/redirect.html')
-rw-r--r--layouts/redirect.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/redirect.html b/layouts/redirect.html
index be8b06df..3f9177a6 100644
--- a/layouts/redirect.html
+++ b/layouts/redirect.html
@@ -20,7 +20,7 @@
<%= render '/header.*' %>
<div class="wrapper pt-5">
<div id="doc-nav" class="doc-nav"></div>
- <div class="main class">
+ <div class="main class pl-lg-4">
<h2>Redirecting...</h2>
<a href="<%= @item[:redirect_to] %>">Click here if you are not redirected.</a>
<script>location='<%= @item[:redirect_to] %>'</script>