Remove downloads list fixed height (#41744)

* Remove fixed height in downloads list

* Add changelog
This commit is contained in:
Fernando Marichal 2023-11-28 12:05:22 -03:00 committed by GitHub
parent 6df0754b2a
commit 0482be94cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -0,0 +1,4 @@
Significance: minor
Type: fix
Remove downloads list fixed height #41744

View File

@ -18,7 +18,6 @@ $fixed-section-height: 224px;
}
&__table {
height: $fixed-section-height;
overflow: auto;
margin: 0;
flex: 1 0 auto;