12 lines
177 B
CSS
12 lines
177 B
CSS
|
.noTopLeftRadius textarea {
|
||
|
border-top-left-radius: 0;
|
||
|
}
|
||
|
|
||
|
.markdownInput textarea {
|
||
|
margin-top: -1px;
|
||
|
}
|
||
|
|
||
|
.markdownInput .text {
|
||
|
margin-top: -1px;
|
||
|
height: auto;
|
||
|
}
|