mirror of
https://github.com/go-gitea/gitea
synced 2025-01-08 17:04:25 +00:00
14 lines
337 B
CSS
14 lines
337 B
CSS
/* FIXME: need to refactor the repo branches list page and move these styles to proper place */
|
|
.ui.repository.branches .info {
|
|
font-size: 12px;
|
|
color: var(--color-text-light);
|
|
display: flex;
|
|
white-space: pre;
|
|
}
|
|
|
|
.ui.repository.branches .info .commit-message {
|
|
max-width: 72em;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|