Skip to content

Instantly share code, notes, and snippets.

@Qteb
Created February 9, 2017 13:18
Show Gist options
  • Save Qteb/9c9703fe4b814a1e93d60cedf5144f0c to your computer and use it in GitHub Desktop.
Save Qteb/9c9703fe4b814a1e93d60cedf5144f0c to your computer and use it in GitHub Desktop.
Custom CSS styles for YouTrack
.youtrack-issues__issue-info {
display: inline;
}
.widget__content {
padding: 8px;
height: calc(100% - 26px);
}
.youtrack-report__chart_full-height {
height: calc(100% - 40px);
}
.youtrack-report__burndown-date {
margin-top: 0;
}
.youtrack-report__burndown-title {
font-size: 85%;
}
.youtrack-report__burndown-effort-presentation {
font-size: 100%;
}
.widget__fade {
display: none !important;
}
.report-widget__xAxis {
margin-top: 14px;
color: #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment