Merge pull request #1715 from lbryio/link-patch
fix 1713: set button links to 'display: inline'
This commit is contained in:
commit
49f5186bf8
1 changed files with 2 additions and 2 deletions
|
@ -62,11 +62,11 @@ button:disabled {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
color: var(--btn-color-inverse);
|
color: var(--btn-color-inverse);
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
display: inline-block;
|
display: inline;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
/*Tourniquets text over 20VW*/
|
/*Tourniquets text over 20VW*/
|
||||||
max-width: 20vw;
|
max-width: 20vw;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
Loading…
Add table
Reference in a new issue