git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit cffa78292325759c294a642e710938fdb67ebbb4

enforce max height on profile description

Matt McKegg committed on 4/7/2017, 7:00:00 AM
Parent: 957f1f84e213da64909ab15f389f31f11432240c

Files changed

styles/profile-header.mcsschanged
styles/profile-header.mcssView
@@ -26,8 +26,11 @@
2626 }
2727 section {
2828 -description {
2929 font-size: 120%
30+ max-height: 100px
31+ overflow: auto
32+ -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,1) 90%, rgba(0,0,0,0));
3033 }
3134 }
3235 }
3336 }

Built with git-ssb-web