Knjižnica vprašanj - height:auto

This commit is contained in:
tejagerjovic 2021-07-21 22:21:16 +02:00
parent 756f2c7619
commit 4c7f448de7
2 changed files with 2 additions and 2 deletions

View File

@ -17106,7 +17106,7 @@ and open the template in the editor.
} }
#toolbox_library #library_holder #library .tip0 .folder_container { #toolbox_library #library_holder #library .tip0 .folder_container {
display: block; display: block;
height: 20px; height: auto;
overflow: hidden; overflow: hidden;
padding: 1px 3px; padding: 1px 3px;
} }

View File

@ -146,7 +146,7 @@ and open the template in the editor.
.tip0 { .tip0 {
.folder_container { .folder_container {
display: block; display: block;
height: 20px; height: auto;
overflow: hidden; overflow: hidden;
padding: 1px 3px; padding: 1px 3px;
} }