Markdown UI improvements with small description height fix
Этот коммит содержится в:
@@ -39,6 +39,7 @@
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
color: #888;
|
color: #888;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
|
max-height: 45px;
|
||||||
}
|
}
|
||||||
&.popover {
|
&.popover {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
|
|||||||
28
web/sass-files/sass/partials/_markdown.scss
Обычный файл
28
web/sass-files/sass/partials/_markdown.scss
Обычный файл
@@ -0,0 +1,28 @@
|
|||||||
|
.markdown__heading {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.markdown__table {
|
||||||
|
background: #fff;
|
||||||
|
margin: 5px 0 10px;
|
||||||
|
th, td {
|
||||||
|
padding: 6px 13px;
|
||||||
|
border: 1px solid #ddd;
|
||||||
|
}
|
||||||
|
tbody tr {
|
||||||
|
background: #fff;
|
||||||
|
&:nth-child(2n) {
|
||||||
|
background-color: #f8f8f8;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
pre {
|
||||||
|
border: none;
|
||||||
|
background-color: #f7f7f7;
|
||||||
|
margin: 5px 0;
|
||||||
|
.current--user & {
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
code {
|
||||||
|
color: #c7254e;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -36,6 +36,7 @@
|
|||||||
@import "partials/error-bar";
|
@import "partials/error-bar";
|
||||||
@import "partials/loading";
|
@import "partials/loading";
|
||||||
@import "partials/get-link";
|
@import "partials/get-link";
|
||||||
|
@import "partials/markdown";
|
||||||
|
|
||||||
// Responsive Css
|
// Responsive Css
|
||||||
@import "partials/responsive";
|
@import "partials/responsive";
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user