1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Fix separator lines cutting off in Activity view caused by inline-flex shrinking (#23980).

git-svn-id: https://svn.redmine.org/redmine/trunk@23133 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-10-16 13:33:16 +00:00
parent a8fb64d89c
commit a04ca392dd

View File

@ -728,6 +728,7 @@ div#activity h3 {
div#activity dt {
padding-top: 10px;
border-top: 1px solid #eeeeee;
width: 100%; /* Prevents border from disappearing due to inline-flex shrinking */
}
div#activity dl dt:first-child {
border: 0px;