Fix: More button shrunk slightly

This commit is contained in:
Luc Mcgrady 2025-10-24 10:44:31 +01:00
parent fc880259a8
commit 3cf58419d7
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -68,4 +68,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
div :global(button) {
width: fit-content;
}
button {
line-height: 18px;
}
</style>