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