mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
set max-height for profile descriptions
This commit is contained in:
parent
acb4e4c3c7
commit
8d185b1ab1
@ -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