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 db031424c2
commit 02a5c2d526
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>