summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-06-10 22:52:25 -0700
committerStan Hu <stanhu@gmail.com>2018-06-10 22:52:25 -0700
commit3f5e302e2e5b986e8490a270b34fcacc34d8b64f (patch)
treedcfc0562bec7132d18618f177c8d91fb35eff3de
parentf646a8b9bc95fd6cecaa754f7dd0e8370c201502 (diff)
downloadgitlab-ce-3f5e302e2e5b986e8490a270b34fcacc34d8b64f.tar.gz
Revert extra CSS causing Gitaly Servers table to be misalgined
Closes #47648
-rw-r--r--app/views/admin/gitaly_servers/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/gitaly_servers/index.html.haml b/app/views/admin/gitaly_servers/index.html.haml
index d0cf5761726..fc7bb527921 100644
--- a/app/views/admin/gitaly_servers/index.html.haml
+++ b/app/views/admin/gitaly_servers/index.html.haml
@@ -6,7 +6,7 @@
- if @gitaly_servers.any?
.table-holder
%table.table.responsive-table
- %thead.d-none.d-sm-none.d-md-block
+ %thead
%tr
%th= _("Storage")
%th= n_("Gitaly|Address")