Last active
July 21, 2017 14:26
-
-
Save yociya/b7c2c8e6a6c764697d38b52c6e10c0ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function SlackPin(){ | |
$('.pinned_message_text').css('max-height',1024); | |
$('.pinned_item .pinned_message_text .pin_truncate_fade').css('position','relative'); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment