support multiline about me's
This commit is contained in:
parent
59422455bb
commit
d276faebcc
4 changed files with 43 additions and 5 deletions
|
@ -214,8 +214,21 @@ function buttonEditProfile() {
|
|||
|
||||
align-self: center;
|
||||
|
||||
width: 100%;
|
||||
font-size: .8em;
|
||||
font-weight: lighter;
|
||||
|
||||
white-space: pre-line;
|
||||
line-height: 1;
|
||||
max-height: 7em; /* 7 x 1 */
|
||||
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
#about-me-text::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue