Skip to content
Snippets Groups Projects

Resolve "Fix issue report icons"

Merged Hangzhi Yu requested to merge 30-fix-issue-report-icons into master
2 files
+ 21
6
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -61,15 +61,30 @@
.issue-category-icon {
flex-basis: 45px;
min-width: 45px;
}
.issue-category-field {
flex-grow: 1;
margin: 0;
max-height: 40px;
overflow: hidden;
text-overflow: ellipsis;
}
.issue-category-field * {
.issue-free-text-field {
flex-grow: 1;
margin: 0;
max-height: 40px;
}
.issue-free-text-field * {
margin: inherit;
max-height: inherit;
}
.issue-flex-row {
display: flex;
align-items: center;
justify-content: space-between;
}
Loading