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:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-04-19 13:57:12 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-05-01 21:13:39 +0300
commitd014775d13add961624db1b59a5e582b0c58b29a (patch)
tree6d9392e49498cabe2b7c28b20545f7cc1a9b8d6f /app/assets/stylesheets/pages
parentb8a848304edc50ec4d4dfbb895dc3c16896c8e10 (diff)
Move discussion actions to the right for small viewports
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/notes.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 6d5c6cb136f..817c956da31 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -473,11 +473,6 @@ ul.notes {
margin-left: 10px;
color: $gray-darkest;
- @include notes-media('max', $screen-md-max) {
- float: none;
- margin-left: 0;
- }
-
.btn-group > .discussion-next-btn {
margin-left: -1px;
}