Fix the size calculation of comment buttons
authorAlexander Ebert <ebert@woltlab.com>
Mon, 2 Oct 2023 11:51:18 +0000 (13:51 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 2 Oct 2023 11:51:18 +0000 (13:51 +0200)
See https://www.woltlab.com/community/thread/301857-wall-button-add-a-reply-to-a-comment/

wcfsetup/install/files/style/ui/comment.scss

index ae154ac0801b6765185852724b104514ce441671..150ddcf7cb5f562999c9278592cfa56dd3a56f53 100644 (file)
@@ -30,7 +30,7 @@
        display: grid;
        column-gap: 10px;
        grid-template-areas: "reactions buttons";
-       grid-template-columns: 1fr min-content;
+       grid-template-columns: auto max-content;
 }
 
 .comment__avatar {