stacker.news/components/form.module.css

13 lines
178 B
CSS
Raw Normal View History

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