mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-08 14:03:24 +09:00
fix: download dropdown menu clipped on the branches page (#38604)
Fixes #38603 Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
co-authored by
wxiaoguang
parent
6791d5a418
commit
0e8bafc267
@@ -161,11 +161,6 @@
|
|||||||
.ui.fixed.table {
|
.ui.fixed.table {
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
}
|
}
|
||||||
.ui.fixed.table th,
|
|
||||||
.ui.fixed.table td {
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui.selectable.table > tbody > tr:hover,
|
.ui.selectable.table > tbody > tr:hover,
|
||||||
.ui.table tbody tr td.selectable:hover {
|
.ui.table tbody tr td.selectable:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user