Fix overflowing filenames displacing import button (#2806)

Fixes  #2793.
This commit is contained in:
RumovZ 2023-11-05 03:43:43 +01:00 committed by GitHub
parent fbf3220658
commit 496b2404e7

View file

@ -53,4 +53,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
margin-inline: 0.75rem;
}
}
.filename {
word-break: break-word;
}
</style>