File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -994,7 +994,7 @@ export default class Display extends Component {
994994 < div className = { styles . card } >
995995 < div className = { styles . cardText } >
996996 < div > OBJKT#{ nft . id } </ div >
997- < div > { nft . title } </ div >
997+ < div className = { styles . cardTitle } > { nft . title } </ div >
998998 </ div >
999999 < div className = { styles . cardCollect } >
10001000 < Button onClick = { ( ) => this . collect ( nft . id , nft . id ) } >
Original file line number Diff line number Diff line change 6969 opacity : 0 ;
7070}
7171
72+ .cardContainer {
73+ .container {
74+ min-height : 175px ;
75+ }
76+ }
77+
7278.cardContainer :hover .card {
7379 opacity : 1 ;
7480}
7884 color : var (--background-color );
7985 margin-top : 20px ;
8086 margin-left : 20px ;
87+ margin-right : 20px ;
88+ }
89+
90+ .cardTitle {
91+ overflow : hidden ;
92+ white-space : nowrap ;
93+ text-overflow : ellipsis ;
8194}
8295
8396.cardCollect {
You can’t perform that action at this time.
0 commit comments