summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-12-04 15:20:37 -0800
committerCorey Hulen <corey@hulen.com>2015-12-04 15:20:37 -0800
commit8ae357c535d3f8068cd0e42ed00d48061e3ffa1d (patch)
tree65e3f7a33c3118a815592af76eb69e89c857e503 /web/sass-files/sass/partials/_post.scss
parent1bee1e06e4d0110db274c076860fa97f76471ddb (diff)
parentd4db4545f599bbf1558302b09f038fd6736f5d7f (diff)
downloadchat-8ae357c535d3f8068cd0e42ed00d48061e3ffa1d.tar.gz
chat-8ae357c535d3f8068cd0e42ed00d48061e3ffa1d.tar.bz2
chat-8ae357c535d3f8068cd0e42ed00d48061e3ffa1d.zip
Merge pull request #1571 from mattermost/PLT-1310
PLT-1310 moving permalink to dropdown
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 4376b43a4..0344d71fd 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -568,7 +568,6 @@ body.ios {
display: inline-block;
visibility: hidden;
top: -1px;
- float: right;
.dropdown-menu {
right: 0;
@@ -805,4 +804,5 @@ body.ios {
.permalink-popover {
min-width: 320px;
+ margin-left: 50px !important;
}