Applied small stylig optimization
authorSascha Greuel <github@1-2.dev>
Tue, 18 Apr 2023 07:51:26 +0000 (09:51 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Apr 2023 07:51:26 +0000 (09:51 +0200)
Adding the `userExceptionMessage` makes it look better. However, I was also thinking about moving from inline CSS. But I wasn't sure, whether this is not intentional. So I left that.

com.woltlab.wcf/templates/error.tpl

index 15bd9f49cd3a49e687cf2c9ff7528f0bc5eb1e19..dfd83f4ef9161c259f2c6edc89487ba59fb0c5ff 100644 (file)
@@ -20,7 +20,7 @@
 <div class="section">
        <div class="box64 userException">
                {icon size=64 name='circle-exclamation'}
-               <p>
+               <p class="userExceptionMessage">
                        {@$message}
                </p>
        </div>