22 lines
387 B
CSS
22 lines
387 B
CSS
|
.profile__signature__content {
|
||
|
max-height: 150px;
|
||
|
overflow: hidden;
|
||
|
padding: 2px 5px;
|
||
|
}
|
||
|
.profile__signature__editor {
|
||
|
padding: 5px;
|
||
|
}
|
||
|
.profile__signature__text {
|
||
|
width: 100%;
|
||
|
height: 200px;
|
||
|
max-width: 100%;
|
||
|
min-width: 100%;
|
||
|
}
|
||
|
.profile__signature__select {
|
||
|
width: 100%;
|
||
|
margin-bottom: 5px;
|
||
|
}
|
||
|
.profile__signature img {
|
||
|
vertical-align: middle;
|
||
|
}
|