mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-22 00:02:45 -04:00
Fix very long tree-folder-items (#4502)
#fix https://github.com/FreshRSS/FreshRSS/issues/4217
This commit is contained in:
committed by
GitHub
parent
36a615beeb
commit
839fddaba9
@@ -871,7 +871,6 @@ li.drag-hover {
|
||||
|
||||
.tree-folder-items {
|
||||
padding: 0;
|
||||
max-height: 200em;
|
||||
list-style: none;
|
||||
transition: max-height .3s linear;
|
||||
}
|
||||
|
||||
@@ -871,7 +871,6 @@ li.drag-hover {
|
||||
|
||||
.tree-folder-items {
|
||||
padding: 0;
|
||||
max-height: 200em;
|
||||
list-style: none;
|
||||
transition: max-height .3s linear;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user