💄 Increase size of library elements list

This commit is contained in:
mathieu.brunot 2019-02-23 13:11:01 +01:00
parent 91d4417859
commit 1bc9adf51d
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0

View file

@ -55,7 +55,8 @@
.library-elements { .library-elements {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 85%; height: calc(95% - 1rem);
margin-bottom: 1rem;
overflow-y: auto; overflow-y: auto;
padding-bottom: 20px; padding-bottom: 20px;