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:
authorMike Greiling <mike@pixelcog.com>2016-12-10 09:21:47 +0300
committerMike Greiling <mike@pixelcog.com>2016-12-10 09:21:47 +0300
commit097c283ac186bccb647143fd022bfe6a320379b0 (patch)
tree4053f24f82bd76d01f0d301e3c51964afb5a0962 /app/assets/stylesheets/pages/notifications.scss
parent69ffa81424e16a337b4c39d2cb9c0dff8b92f71b (diff)
remove left_align setting from notification setting dropdown in favor of a pure css solution
Diffstat (limited to 'app/assets/stylesheets/pages/notifications.scss')
-rw-r--r--app/assets/stylesheets/pages/notifications.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notifications.scss b/app/assets/stylesheets/pages/notifications.scss
index 94fbbef3c77..7d61390a439 100644
--- a/app/assets/stylesheets/pages/notifications.scss
+++ b/app/assets/stylesheets/pages/notifications.scss
@@ -1,5 +1,9 @@
.notification-list-item {
line-height: 34px;
+
+ .dropdown-menu {
+ @extend .dropdown-menu-align-right;
+ }
}
.notification {