0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-06-29 14:16:26 +02:00

fix: flex divided list item shrink (#38255)

don't make the items shrink since they are used as list items.

fix #38220
This commit is contained in:
wxiaoguang 2026-06-29 14:01:12 +08:00 committed by GitHub
parent 8343c47bd1
commit 8ff71a5e52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,10 +20,12 @@
.flex-divided-list > .item {
padding: 10px 0;
flex-shrink: 0;
}
.flex-divided-list > .divider {
margin: 0;
flex-shrink: 0;
}
.flex-divided-list > .item + .item {