stacker.news/components/form.module.css

13 lines
178 B
CSS
Raw Normal View History

2021-07-01 23:51:58 +00:00
.noTopLeftRadius textarea {
border-top-left-radius: 0;
}
.markdownInput textarea {
margin-top: -1px;
}
.markdownInput .text {
margin-top: -1px;
height: auto;
2021-09-12 16:55:38 +00:00
}