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
path: root/app
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-06-02 17:36:09 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2016-06-02 17:36:09 +0300
commitc966d55e6a293b153b329612b0f78d282a83abe6 (patch)
treed0ead29d1f73a29140acbd39bc7a15bd0327dee8 /app
parent5accd87ad7b0d960e504910d896a832288e51c8d (diff)
Fixes missing number on generated ordered list
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/detail_page.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/detail_page.scss b/app/assets/stylesheets/pages/detail_page.scss
index 5e61e61d85c..1b389d83525 100644
--- a/app/assets/stylesheets/pages/detail_page.scss
+++ b/app/assets/stylesheets/pages/detail_page.scss
@@ -29,8 +29,6 @@
margin-top: 6px;
p {
- overflow-x: auto;
-
&:last-child {
margin-bottom: 0;
}