1
0
Fork 0
forked from forgejo/forgejo

Remove max-width and add hide text overflow (#27359)

Closes https://github.com/go-gitea/gitea/issues/27358
This commit is contained in:
Kyle D 2023-10-09 19:04:31 -04:00 committed by GitHub
parent e2e0280108
commit ac4ae35542
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 25 deletions

View file

@ -95,23 +95,10 @@
}
.repository .issue-content-right .ui.list .title {
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
}
@media (max-width: 1200px) {
.repository .issue-content-right .ui.list .title {
max-width: 150px;
}
}
@media (max-width: 1000px) {
.repository .issue-content-right .ui.list .title {
max-width: 100px;
}
}
.repository .issue-content-right #deadlineForm input {
width: 12.8rem;
border-radius: var(--border-radius) 0 0 var(--border-radius);