fix: link styling on show page
This commit is contained in:
parent
880744159a
commit
9fadbc9624
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue