19 lines
314 B
CSS
19 lines
314 B
CSS
|
.profile__about__content {
|
||
|
max-height: 1000px;
|
||
|
overflow: auto;
|
||
|
padding: 2px 5px;
|
||
|
}
|
||
|
.profile__about__editor {
|
||
|
padding: 5px;
|
||
|
}
|
||
|
.profile__about__text {
|
||
|
width: 100%;
|
||
|
height: 500px;
|
||
|
max-width: 100%;
|
||
|
min-width: 100%;
|
||
|
}
|
||
|
.profile__about__select {
|
||
|
margin-bottom: 5px;
|
||
|
width: 100%;
|
||
|
}
|