Wlork wanted to know if it will be updated for v2.0 ?
if not you can try this CSS code
.IndexPage .DiscussionListItem-info > .item-tags, .UserPage .DiscussionListItem-info > .item-tags, .DiscussionList--floatingTags .DiscussionListItem-info > .item-tags {
margin-right: unset !important;
position: absolute;
right: unset !important;
bottom: -10px;
max-width: 150px;
white-space: nowrap;
overflow: hidden;
transition: max-width .2s ease-in-out,-webkit-mask-image .2s;
-webkit-mask-image: linear-gradient(to right, #000 140px, rgba(0,0,0,0) 150px);
font-size: 12px;
top: unset !important;
}
.DiscussionListItem {
padding-bottom: 18px;
}

But you'll probably have to adjust it to the number of tags you use.