Remove downloads list fixed height (#41744)
* Remove fixed height in downloads list * Add changelog
This commit is contained in:
parent
6df0754b2a
commit
0482be94cc
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: fix
|
||||
|
||||
Remove downloads list fixed height #41744
|
|
@ -18,7 +18,6 @@ $fixed-section-height: 224px;
|
|||
}
|
||||
|
||||
&__table {
|
||||
height: $fixed-section-height;
|
||||
overflow: auto;
|
||||
margin: 0;
|
||||
flex: 1 0 auto;
|
||||
|
|
Loading…
Reference in New Issue