Show 3 Lines of text instead of 1
This commit is contained in:
parent
8757f276d0
commit
c1498835f6
2 changed files with 12 additions and 4 deletions
|
@ -30,10 +30,10 @@ body {
|
|||
|
||||
.css-truncate {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
# text-overflow: ellipsis;
|
||||
width: 100%;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
white-space: wrap;
|
||||
}
|
||||
|
||||
/* Layout Styles */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue