Skip to content

Instantly share code, notes, and snippets.

@Qteb
Qteb / style.css
Created February 9, 2017 13:18
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);
}