21 lines
289 B
SCSS
21 lines
289 B
SCSS
/**
|
|
* Styles that apply to all GFM related forms.
|
|
*/
|
|
.issue-form, .merge-request-form, .wiki-form {
|
|
.description {
|
|
height: 16em;
|
|
border-top-left-radius: 0;
|
|
}
|
|
}
|
|
|
|
.wiki-form {
|
|
.description {
|
|
height: 26em;
|
|
}
|
|
}
|
|
|
|
.milestone-form {
|
|
.description {
|
|
height: 14em;
|
|
}
|
|
}
|