Omnibus commited on
Commit
aa76eee
1 Parent(s): 7655b58

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -1
style.css CHANGED
@@ -30,7 +30,8 @@ p {
30
  overflow: hidden;
31
  text-overflow: ellipsis;
32
  word-wrap: break-word;
33
- display: block;
 
34
  }
35
 
36
  .card p:last-child {
 
30
  overflow: hidden;
31
  text-overflow: ellipsis;
32
  word-wrap: break-word;
33
+ display: flex;
34
+ flex-direction: column;
35
  }
36
 
37
  .card p:last-child {