summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Tsiolis <tsiolis.g@gmail.com>2018-04-26 11:46:43 +0300
committerGeorge Tsiolis <tsiolis.g@gmail.com>2018-05-01 21:13:39 +0300
commitc866b5e4401ec50567b3eaa3bffa11bc3831850f (patch)
treef51790dcc197b0effc7c805194c48cb4b41371cf
parentd014775d13add961624db1b59a5e582b0c58b29a (diff)
downloadgitlab-ce-c866b5e4401ec50567b3eaa3bffa11bc3831850f.tar.gz
Move note actions to the right
-rw-r--r--app/assets/stylesheets/pages/notes.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 817c956da31..42fe319b931 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -407,10 +407,6 @@ ul.notes {
.note-header {
display: flex;
justify-content: space-between;
-
- @include notes-media('max', $screen-xs-max) {
- flex-flow: row wrap;
- }
}
.note-header-info {