summaryrefslogtreecommitdiff
path: root/web/source/css/profile.css
diff options
context:
space:
mode:
authorLibravatar Mia Heidenstedt <i5heu@i5h.eu>2022-11-02 09:04:23 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-02 09:04:23 +0100
commit29a71cf828e90f89385d9b6bd2e68a1490a187c9 (patch)
tree0a2adcec3e824e373950580f154dff3c2a24ecfc /web/source/css/profile.css
parent[bugfix] create admin_account_actions table in tx (#940) (diff)
downloadgotosocial-29a71cf828e90f89385d9b6bd2e68a1490a187c9.tar.xz
[frontend] Fix #923 and markdown css (#925)
* fix url in CONTRIBUTING.md * prevent img from overflow and allow to center the img * fix #923 and guide browser to select entire username
Diffstat (limited to 'web/source/css/profile.css')
-rw-r--r--web/source/css/profile.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/source/css/profile.css b/web/source/css/profile.css
index e4763f303..1f76d5d03 100644
--- a/web/source/css/profile.css
+++ b/web/source/css/profile.css
@@ -126,6 +126,7 @@ main {
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
+ user-select: all;
}
}