fix: link styling on show page

This commit is contained in:
Sean Yesmunt 2019-03-23 21:36:18 -04:00
parent 880744159a
commit 9fadbc9624

View file

@ -53,6 +53,11 @@
}
}
.button--link {
white-space: normal;
text-align: left;
}
// This is a hack and the extra styles are just so this is more specific than the @lbry/components styling
// Will make a PR there, but just doing it now for the release - Sean
[type='button'].button--inverse {