Skip to content

Commit 13b218b

Browse files
Merge pull request #4307 from IgorA100/patch-400502
Fix: Don't limit #topPanel to "min-height", it will distort the layout on Timeline page
2 parents 2361c94 + 88e01de commit 13b218b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/skins/classic/css/base/views/timeline.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
#topPanel {
3838
position: relative;
39-
min-height: 220px;
39+
/*min-height: 220px;*/
4040
margin: 4px auto 6px;
4141
display: block;
4242
width: 100%;

0 commit comments

Comments
 (0)