Merge pull request #7016 from svbergerem/fix-7015

Fix misplaced publisher prefill on tags page
This commit is contained in:
Dennis Schubert 2016-08-21 14:27:16 +02:00
commit 3be0d52bc9
No known key found for this signature in database
GPG key ID: 5A0304BEA7966D7E

View file

@ -14,6 +14,10 @@
display: none !important;
}
.mentions-box {
margin-top: 0;
}
#publisher_textarea_wrapper { border: 1px solid $border-grey !important; }
}