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:
authormfluharty <mfluharty@gitlab.com>2019-03-28 23:00:44 +0300
committermfluharty <mfluharty@gitlab.com>2019-04-03 08:58:20 +0300
commiteb95100c066d2d70a2128ea9ac6776f720b0777a (patch)
tree9d37033870f8062f5fc63464d811e3c6ae420306 /app/assets/stylesheets/components
parent06b88af04657be961a4da97a586706fb99eb6a27 (diff)
Make corrections to address review feedback
Refactor tests to follow conventions Add XSS test Eliminate a few unnecessary lines, comments, and parameters Use Vue.set for nested state changes
Diffstat (limited to 'app/assets/stylesheets/components')
-rw-r--r--app/assets/stylesheets/components/project_list_item.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/stylesheets/components/project_list_item.scss b/app/assets/stylesheets/components/project_list_item.scss
index 6f9933e3d70..8e7c2c4398c 100644
--- a/app/assets/stylesheets/components/project_list_item.scss
+++ b/app/assets/stylesheets/components/project_list_item.scss
@@ -17,9 +17,6 @@
margin-left: -$gl-padding;
margin-right: -$gl-padding;
- // should be replaced by Bootstrap's
- // .overflow-hidden utility class once
- // we upgrade Bootstrap to at least 4.2.x
.project-namespace-name-container {
overflow: hidden;
}