mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
set max-height for profile descriptions
This commit is contained in:
parent
dbf62cd673
commit
0fad28b4ec
@ -82,10 +82,19 @@
|
||||
.description {
|
||||
margin-top: 20px;
|
||||
|
||||
max-height: 295px;
|
||||
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
h3 {
|
||||
margin: 0;
|
||||
|
||||
font-size: 0.9rem;
|
||||
|
||||
height: 100%;
|
||||
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user