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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2017-04-03 09:12:55 +0300
committerKushal Pandya <kushal@gitlab.com>2017-04-03 09:12:55 +0300
commita7c71c7f292c9cdf892f7d33dfb52d7e16af28e6 (patch)
tree92d14e7dde9fabf28f297f2a85d380401280d341 /app/views/projects/protected_tags
parentdf54560f5f5d94fd9117c21d03d946d07d28f6fa (diff)
Update column widths
Diffstat (limited to 'app/views/projects/protected_tags')
-rw-r--r--app/views/projects/protected_tags/_tags_list.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/protected_tags/_tags_list.html.haml b/app/views/projects/protected_tags/_tags_list.html.haml
index 6dcd356e6f1..6f63971923d 100644
--- a/app/views/projects/protected_tags/_tags_list.html.haml
+++ b/app/views/projects/protected_tags/_tags_list.html.haml
@@ -11,8 +11,8 @@
%table.table.table-bordered
%colgroup
%col{ width: "25%" }
- %col{ width: "55%" }
- %col{ width: "20%" }
+ %col{ width: "25%" }
+ %col{ width: "50%" }
%thead
%tr
%th Protected tag (#{@protected_tags.size})