mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
Fix title out of bounds in asset teaser component (#850)
This commit is contained in:
parent
c0d064fe10
commit
e19c918ed5
@ -21,9 +21,7 @@
|
||||
.content {
|
||||
margin-top: calc(var(--spacer) / 2);
|
||||
overflow-wrap: break-word;
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
|
||||
hyphens: auto;
|
||||
/* for sticking footer to bottom */
|
||||
flex: 1;
|
||||
}
|
||||
@ -36,6 +34,7 @@
|
||||
font-size: var(--font-size-large);
|
||||
margin: 0;
|
||||
padding-bottom: calc(var(--spacer) / 6);
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
.publisher {
|
||||
|
Loading…
Reference in New Issue
Block a user