From 25569e8c2e7e3b0c3765ae5f2eb9adf714afe4ec Mon Sep 17 00:00:00 2001 From: Elena <14397824+Elena0413@users.noreply.github.com> Date: Wed, 20 May 2026 15:01:04 +0100 Subject: [PATCH] Update styles.css --- static/styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/static/styles.css b/static/styles.css index 33ad5da..4804897 100644 --- a/static/styles.css +++ b/static/styles.css @@ -328,6 +328,11 @@ textarea { border: 1px solid red; } +#users-table tr td:nth-of-type(2) +{ + word-break: break-word; +} + .default-comment { color: #000; } @@ -798,4 +803,4 @@ video { .diff-tagged-removed, .diff-tagged-added { margin-top: 0.8rem; -} \ No newline at end of file +}