mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 05:08:43 +08:00
13 lines
202 B
CSS
13 lines
202 B
CSS
.contentEditable {
|
|
background: #fff;
|
|
border: solid 1px #bbb;
|
|
min-height: 120px;
|
|
box-sizing: border-box;
|
|
outline: 0;
|
|
overflow-y: auto;
|
|
width: 100%;
|
|
padding: 10px;
|
|
font-style: unset;
|
|
}
|
|
|