summaryrefslogtreecommitdiff
path: root/source/features/default-branch-button.css
blob: 3a3f4bedf1afd1d5c8c3334fa1d4490e3e7596cd (plain) (blame)
1
2
3
4
/* Reduce excessive width on long branch names, this is also a GitHub bug */
.rgh-default-branch-button-group [data-component='text'] {
	max-width: 80px;
}